Clean up access to stuff from Film.
[dcpomatic.git] / src / wx / gl_video_view.h
index cf42432a94102a4d35db6d1629a5e9ce37279552..73db3535d2775c7fdc84b46482e7a1143948a4fd 100644 (file)
@@ -53,9 +53,6 @@ private:
        void draw ();
        void thread ();
        wxGLContext* context () const;
-       bool one_shot () const;
-       void set_one_shot (bool s);
-       dcpomatic::DCPTime one_video_frame () const;
 
        wxGLCanvas* _canvas;
 
@@ -66,6 +63,4 @@ private:
        boost::optional<dcp::Size> _size;
        bool _vsync_enabled;
        boost::thread* _thread;
-       mutable boost::mutex _one_shot_mutex;
-       bool _one_shot;
 };