Fix font_id_map errors when importing DCP subtitles that have no
[dcpomatic.git] / src / lib / player_text.h
index 45c8bf589f39339b35b5df491b96e25d43271c71..38affd5ef1cc0953e8bee3ad87b1df8dcc8fc94f 100644 (file)
@@ -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<std::shared_ptr<dcpomatic::Font>> fonts_);
-       std::list<std::shared_ptr<dcpomatic::Font>> fonts;
-
        /** BitmapTexts, with their rectangles transformed as specified by their content */
        std::list<BitmapText> bitmap;
        std::list<StringText> string;