summaryrefslogtreecommitdiff
path: root/src/wx/gl_video_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-11-19 23:06:50 +0100
committerCarl Hetherington <cth@carlh.net>2020-01-08 21:56:47 +0100
commitedfb627f1226814ac804473b54d781ffd6db2700 (patch)
treef29ee9c3505f4fe34e188cc1e348bb3cc7d591f9 /src/wx/gl_video_view.h
parent73713b742a2be95ea736d2d3d889f5b535a0f0f1 (diff)
Remove GL context accessor and hence lock.
Diffstat (limited to 'src/wx/gl_video_view.h')
-rw-r--r--src/wx/gl_video_view.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/wx/gl_video_view.h b/src/wx/gl_video_view.h
index 73db3535d..44a4057fd 100644
--- a/src/wx/gl_video_view.h
+++ b/src/wx/gl_video_view.h
@@ -52,12 +52,9 @@ private:
void paint ();
void draw ();
void thread ();
- wxGLContext* context () const;
wxGLCanvas* _canvas;
-
wxGLContext* _context;
- mutable boost::mutex _context_mutex;
GLuint _id;
boost::optional<dcp::Size> _size;