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