Updated cs_CZ translation from Tomáš Begeni.
[dcpomatic.git] / src / lib / player_text.h
index cd4be984c9551e5f1d8eeabbb86255155a0c04d5..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;