diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-23 22:41:51 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-12-01 16:38:52 +0100 |
| commit | 61798477a11c99ba22b4dd733cb0678403e738af (patch) | |
| tree | cc681a88826d62c7ba105b6bfd64698cf3f01232 /src/lib/player.h | |
| parent | de9cbfbbfcf2ecc9d2579c65703b54f42e4a2c32 (diff) | |
Remove unused methods: this should happen regardless.
Diffstat (limited to 'src/lib/player.h')
| -rw-r--r-- | src/lib/player.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/player.h b/src/lib/player.h index 6b03d4625..eb1f34f59 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -126,9 +126,7 @@ private: void film_change (ChangeType, Film::Property); void playlist_change (ChangeType); void playlist_content_change (ChangeType, int, bool); - Frame dcp_to_content_video (boost::shared_ptr<const Piece> piece, dcpomatic::DCPTime t) const; dcpomatic::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, dcpomatic::DCPTime t) const; dcpomatic::DCPTime resampled_audio_to_dcp (boost::shared_ptr<const Piece> piece, Frame f) const; dcpomatic::ContentTime dcp_to_content_time (boost::shared_ptr<const Piece> piece, dcpomatic::DCPTime t) const; dcpomatic::DCPTime content_time_to_dcp (boost::shared_ptr<const Piece> piece, dcpomatic::ContentTime t) const; |
