summaryrefslogtreecommitdiff
path: root/src/lib/player_text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/player_text.h')
-rw-r--r--src/lib/player_text.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/player_text.h b/src/lib/player_text.h
index 36a63f3da..38affd5ef 100644
--- a/src/lib/player_text.h
+++ b/src/lib/player_text.h
@@ -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;