diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-02 03:12:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-02 03:12:43 +0100 |
| commit | 63a1ada934c258dfa60a92f7a406b084531856d9 (patch) | |
| tree | 996c7811d315cd437871de0a4270a40079fdc1af /src/lib/player.h | |
| parent | 64e7d484e2a481ff87fc6d80f092c310c3eae67e (diff) | |
Remove unnecessary subtitle scale (I think).
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 70a2e4ae3..95547f61c 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -115,7 +115,6 @@ private: void film_change (ChangeType, Film::Property); void playlist_change (ChangeType); void playlist_content_change (ChangeType, int, bool); - std::list<PositionImage> transform_bitmap_texts (std::list<BitmapText>) const; 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; |
