Move ::timer into SimpleVideoView.
[dcpomatic.git] / src / wx / film_viewer.h
index 1f20c3321f0ccc999f285c01692edd000010e872..d64eef4a9826d6eeb23702db65523153136126bf 100644 (file)
@@ -149,8 +149,11 @@ public:
        boost::signals2::signal<bool ()> PlaybackPermitted;
 
 private:
+
+       /* XXX_b: to remove */
+       friend class SimpleVideoView;
+
        void video_view_sized ();
-       void timer ();
        void calculate_sizes ();
        void player_change (ChangeType type, int, bool);
        bool get (bool lazy);
@@ -172,7 +175,6 @@ private:
        boost::shared_ptr<Player> _player;
 
        VideoView* _video_view;
-       wxTimer _timer;
        bool _coalesce_player_changes;
        std::list<int> _pending_player_changes;