diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-11-26 23:18:11 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-19 23:04:32 +0100 |
| commit | 3d90ce7a500a33b6147c30b65766efcbc447f5ab (patch) | |
| tree | cf2f3ac5e3e2730e884b2410ae15f5c2804319cb /src/lib/player.h | |
| parent | 708bffa3f3ccace7bec99da2133e250740150ca9 (diff) | |
Remove some unused bits.
Diffstat (limited to 'src/lib/player.h')
| -rw-r--r-- | src/lib/player.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/player.h b/src/lib/player.h index c04b3367c..95db8756b 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -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; |
