Update dialog layout fixes.
[dcpomatic.git] / src / wx / gl_video_view.h
index 4601eb02de00ce0370f19f9c9cf7fbc2042ccca1..36edd6b8b979111285a7df2dcc4421efbd37c0f1 100644 (file)
@@ -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;