diff options
Diffstat (limited to 'src/wx/gl_video_view.h')
| -rw-r--r-- | src/wx/gl_video_view.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wx/gl_video_view.h b/src/wx/gl_video_view.h index 4601eb02d..36edd6b8b 100644 --- a/src/wx/gl_video_view.h +++ b/src/wx/gl_video_view.h @@ -64,10 +64,6 @@ private: void ensure_context (); void size_changed (wxSizeEvent const &); - /* Mutex for use of _canvas; it's only contended when our ::thread - is started up so this may be overkill. - */ - boost::mutex _canvas_mutex; wxGLCanvas* _canvas; wxGLContext* _context; |
