X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdecoder.h;h=34153eafc949f09ee2fcbe7629ec557df111e4b0;hb=76dcdc1b73a15b4d38bd7280af7b997f9bec7d67;hp=a672e8a10de0c090b8cf9fa520a007d46fe38a37;hpb=bb949ec65adf95f4a2c7dd5ee7e97b9daaaf3d3f;p=dcpomatic.git diff --git a/src/lib/decoder.h b/src/lib/decoder.h index a672e8a10..34153eafc 100644 --- a/src/lib/decoder.h +++ b/src/lib/decoder.h @@ -30,8 +30,6 @@ #include "dcpomatic_time.h" #include "film.h" -#include "font_data.h" -#include "types.h" #include "weak_film.h" #include @@ -70,10 +68,6 @@ public: virtual void seek (dcpomatic::ContentTime time, bool accurate); virtual dcpomatic::ContentTime position () const; - - virtual std::vector fonts () const { - return {}; - } };