Rearrange subtitle font management.
[dcpomatic.git] / src / lib / decoder.h
index a672e8a10de0c090b8cf9fa520a007d46fe38a37..0324075a36d98a252013e29dad8df9a8cf6e0392 100644 (file)
@@ -30,7 +30,6 @@
 
 #include "dcpomatic_time.h"
 #include "film.h"
-#include "font_data.h"
 #include "types.h"
 #include "weak_film.h"
 #include <boost/utility.hpp>
@@ -70,10 +69,6 @@ public:
        virtual void seek (dcpomatic::ContentTime time, bool accurate);
 
        virtual dcpomatic::ContentTime position () const;
-
-       virtual std::vector<dcpomatic::FontData> fonts () const {
-               return {};
-       }
 };