X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fplayer_text.h;h=38affd5ef1cc0953e8bee3ad87b1df8dcc8fc94f;hb=d710869f0a42285e81c72c1e5b9e76886e0d190a;hp=cd4be984c9551e5f1d8eeabbb86255155a0c04d5;hpb=7bc2134d658778e04f1756c255e604b4ab5a5831;p=dcpomatic.git diff --git a/src/lib/player_text.h b/src/lib/player_text.h index cd4be984c..38affd5ef 100644 --- a/src/lib/player_text.h +++ b/src/lib/player_text.h @@ -24,7 +24,6 @@ #include "bitmap_text.h" -#include "dcpomatic_time.h" #include "string_text.h" @@ -37,9 +36,6 @@ namespace dcpomatic { class PlayerText { public: - void add_fonts (std::list> fonts_); - std::list > fonts; - /** BitmapTexts, with their rectangles transformed as specified by their content */ std::list bitmap; std::list string;