Remove temporary access to timer() method.
[dcpomatic.git] / src / wx / simple_video_view.h
index 8b3ec9f0bda91233857c978b25116c99baf46d20..798356cee448e30bfe90189478ff16ae36048509 100644 (file)
@@ -36,10 +36,15 @@ public:
                return _panel;
        }
 
+       void update ();
+
+       void start ();
+
 private:
        void paint ();
+       void timer ();
 
-       FilmViewer* _viewer;
        wxPanel* _panel;
        boost::shared_ptr<const Image> _image;
+       wxTimer _timer;
 };