Remove some unused bits.
[dcpomatic.git] / src / lib / player.h
index c04b3367c69fef28a0a2cfbefd6d80849a5e6d03..95db8756be6f2337aeae147f1dcb07a67070e730 100644 (file)
@@ -93,7 +93,6 @@ private:
        void playlist_changed ();
        void playlist_content_changed (boost::weak_ptr<Content>, int, bool);
        std::list<PositionImage> transform_image_subtitles (std::list<ImageSubtitle>) const;
-       void update_subtitle_from_text ();
        Frame dcp_to_content_video (boost::shared_ptr<const Piece> piece, DCPTime t) const;
        DCPTime content_video_to_dcp (boost::shared_ptr<const Piece> piece, Frame f) const;
        Frame dcp_to_resampled_audio (boost::shared_ptr<const Piece> piece, DCPTime t) const;