Merge master.
[dcpomatic.git] / src / wx / film_viewer.h
index bf956ef95d3dc29ce2378d9261aaefbf5ac64f8e..0f7b142b50f55630b04dabad29f41550481336c5 100644 (file)
@@ -61,7 +61,6 @@ public:
 
 private:
        void film_changed (Film::Property);
-       void film_content_changed (int);
        void paint_panel (wxPaintEvent &);
        void panel_sized (wxSizeEvent &);
        void slider_moved (wxScrollEvent &);
@@ -75,7 +74,6 @@ private:
        void raw_to_display ();
        void get_frame ();
        void active_jobs_changed (bool);
-       void setup_player ();
 
        boost::shared_ptr<Film> _film;
        boost::shared_ptr<Player> _player;
@@ -100,6 +98,4 @@ private:
        libdcp::Size _film_size;
        /** Size of the panel that we have available */
        libdcp::Size _panel_size;
-
-       bool _clear_required;
 };