X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fstring_text_file_decoder.h;h=8fbf09608cd36b108d33e74b9a6703499c29583f;hb=5a820bb8fae34591be5ac6d19a73461b9dab532a;hp=5887f34c61f81fed1bdfaa9fc923273b4c122392;hpb=b915348a8288d68e2ff114fb3dd89ad22e699969;p=dcpomatic.git diff --git a/src/lib/string_text_file_decoder.h b/src/lib/string_text_file_decoder.h index 5887f34c6..8fbf09608 100644 --- a/src/lib/string_text_file_decoder.h +++ b/src/lib/string_text_file_decoder.h @@ -34,8 +34,6 @@ public: void seek (dcpomatic::ContentTime time, bool accurate) override; bool pass () override; - std::vector fonts () const override; - private: dcpomatic::ContentTimePeriod content_time_period (sub::Subtitle s) const;