summaryrefslogtreecommitdiff
path: root/src/wx/gl_video_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-04-23 01:10:19 +0200
committerCarl Hetherington <cth@carlh.net>2021-04-23 01:10:19 +0200
commit1427d3d34589cd779d5e06da281e6fd65a765ccb (patch)
tree5be2f459c05c32dc2dffa53429deef5d43e97e54 /src/wx/gl_video_view.h
parent178cb8bfa20aac8e5dd0474b21c0e7a95419b546 (diff)
I can't convince myself that _canvas_mutex is doing anything useful, so remove it.
Diffstat (limited to 'src/wx/gl_video_view.h')
-rw-r--r--src/wx/gl_video_view.h4
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;