Rearrange subtitle font management.
[dcpomatic.git] / src / lib / player_text.h
index 36a63f3dab0322d42c93b5e52167e64eab84ffd3..38affd5ef1cc0953e8bee3ad87b1df8dcc8fc94f 100644 (file)
@@ -36,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;