From 1427d3d34589cd779d5e06da281e6fd65a765ccb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 23 Apr 2021 01:10:19 +0200 Subject: I can't convince myself that _canvas_mutex is doing anything useful, so remove it. --- src/wx/gl_video_view.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/wx/gl_video_view.h') 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; -- cgit v1.2.3