X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftext_file.h;fp=src%2Flib%2Ftext_file.h;h=0000000000000000000000000000000000000000;hb=a8cd625da7064816fc890d458c0d4e2dc04ba796;hp=8cf0d3eaef736767c62044fdf344317afbad8180;hpb=13e3c3ed491f09f5079b3e3f759011fd2494b297;p=dcpomatic.git diff --git a/src/lib/text_file.h b/src/lib/text_file.h deleted file mode 100644 index 8cf0d3eae..000000000 --- a/src/lib/text_file.h +++ /dev/null @@ -1,46 +0,0 @@ -/* - Copyright (C) 2014-2016 Carl Hetherington - - This file is part of DCP-o-matic. - - DCP-o-matic is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - DCP-o-matic is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with DCP-o-matic. If not, see . - -*/ - -#ifndef DCPOMATIC_TEXT_SUBTITLE_H -#define DCPOMATIC_TEXT_SUBTITLE_H - -#include "dcpomatic_time.h" -#include -#include -#include - -class TextFileContent; -class text_file_time_test; -class text_file_coordinate_test; -class plain_text_content_test; -class text_file_parse_test; - -class TextFile -{ -public: - explicit TextFile (boost::shared_ptr); - - ContentTime length () const; - -protected: - std::vector _subtitles; -}; - -#endif