diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-11-28 23:45:34 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-19 23:04:32 +0100 |
| commit | a78b741c43830c84bcb4d18e3147746f13a668e5 (patch) | |
| tree | 170fdc1a80f397ccb6c2e9454a7a106448358dda /src/lib/player_video.h | |
| parent | 3d90ce7a500a33b6147c30b65766efcbc447f5ab (diff) | |
Attempt to tidy up internal APIs slightly.
Diffstat (limited to 'src/lib/player_video.h')
| -rw-r--r-- | src/lib/player_video.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lib/player_video.h b/src/lib/player_video.h index a5ca9b865..60c9224b0 100644 --- a/src/lib/player_video.h +++ b/src/lib/player_video.h @@ -41,7 +41,6 @@ class PlayerVideo public: PlayerVideo ( boost::shared_ptr<const ImageProxy>, - DCPTime, Crop, boost::optional<double>, dcp::Size, @@ -66,10 +65,6 @@ public: bool has_j2k () const; dcp::Data j2k () const; - DCPTime time () const { - return _time; - } - Eyes eyes () const { return _eyes; } @@ -92,11 +87,8 @@ public: bool same (boost::shared_ptr<const PlayerVideo> other) const; - boost::shared_ptr<PlayerVideo> clone (DCPTime time) const; - private: boost::shared_ptr<const ImageProxy> _in; - DCPTime _time; Crop _crop; boost::optional<double> _fade; dcp::Size _inter_size; |
