Remove old content_subtitle.
[dcpomatic.git] / src / lib / player.cc
index 92e8141e14460d4cb17769a3aa3f13186f73d05e..4c9e216e1ecb2e30ccc4ce72e495bc8afc3f39c0 100644 (file)
@@ -44,7 +44,6 @@
 #include "text_decoder.h"
 #include "ffmpeg_content.h"
 #include "audio_content.h"
-#include "content_subtitle.h"
 #include "dcp_decoder.h"
 #include "image_decoder.h"
 #include "compose.hpp"
@@ -867,7 +866,7 @@ Player::bitmap_text_start (weak_ptr<Piece> wp, ContentBitmapText subtitle)
 }
 
 void
-Player::plain_text_start (weak_ptr<Piece> wp, ContentTextSubtitle subtitle)
+Player::plain_text_start (weak_ptr<Piece> wp, ContentPlainText subtitle)
 {
        shared_ptr<Piece> piece = wp.lock ();
        if (!piece) {