Supporters update.
[dcpomatic.git] / src / lib / decoder.h
index a672e8a10de0c090b8cf9fa520a007d46fe38a37..7097db88d1b3cf134d35a0dd2725496de8ae4820 100644 (file)
@@ -29,9 +29,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 +67,6 @@ public:
        virtual void seek (dcpomatic::ContentTime time, bool accurate);
 
        virtual dcpomatic::ContentTime position () const;
-
-       virtual std::vector<dcpomatic::FontData> fonts () const {
-               return {};
-       }
 };