Cleanup: make a temporary for the content list.
[dcpomatic.git] / src / lib / decoder.h
index a672e8a10de0c090b8cf9fa520a007d46fe38a37..34153eafc949f09ee2fcbe7629ec557df111e4b0 100644 (file)
@@ -30,8 +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 +68,6 @@ public:
        virtual void seek (dcpomatic::ContentTime time, bool accurate);
 
        virtual dcpomatic::ContentTime position () const;
-
-       virtual std::vector<dcpomatic::FontData> fonts () const {
-               return {};
-       }
 };