diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-11-19 17:07:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-01-08 21:56:47 +0100 |
| commit | 86a866d5f3f5bf2fec67d1c813524479c6727eab (patch) | |
| tree | d6399fb66872751ed10a0c2db0e143dea32c627e /src/wx/gl_video_view.h | |
| parent | 046d84f45621f7e128cb30160a315f98881c6f4b (diff) | |
Clean up access to stuff from Film.
Diffstat (limited to 'src/wx/gl_video_view.h')
| -rw-r--r-- | src/wx/gl_video_view.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/wx/gl_video_view.h b/src/wx/gl_video_view.h index cf42432a9..73db3535d 100644 --- a/src/wx/gl_video_view.h +++ b/src/wx/gl_video_view.h @@ -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; }; |
