diff options
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; |
