X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fplayer.h;h=d8b13ee7bca6e82e444934285bf02b8e87ab5334;hp=01439a26f00e2c272c6adf8226f8e50643bb38f6;hb=ae15eeca8588c6928d7671894db98c2e289fa601;hpb=a38095fc533b2620e375695024beca5f5540b10d diff --git a/src/lib/player.h b/src/lib/player.h index 01439a26f..d8b13ee7b 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -92,7 +92,6 @@ public: std::list > get_subtitle_fonts (); void set_video_container_size (dcp::Size); - void set_approximate_size (); void set_ignore_video (); PlayerStatistics const & statistics () const; @@ -157,7 +156,6 @@ private: dcp::Size _video_container_size; boost::shared_ptr _black_image; - bool _approximate_size; /** true if the player should ignore all video; i.e. never produce any */ bool _ignore_video;