diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-08-09 00:03:11 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-08-09 00:03:11 +0200 |
| commit | 09778ab5747c081acb51190bafdfeba63e3ea7fd (patch) | |
| tree | ccf8d9d7679765e10d757992009c03457a9aab78 /src/wx/gl_video_view.h | |
| parent | b0f642ee90a2babed6547ea68e987751621fe3f3 (diff) | |
wxEVT_CREATE appears never to arrive on Windows, so change thingsv2.15.96
to create the OpenGL thread on the first paint request.
Diffstat (limited to 'src/wx/gl_video_view.h')
| -rw-r--r-- | src/wx/gl_video_view.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/gl_video_view.h b/src/wx/gl_video_view.h index fcf5dbcf2..e1a7fc1ac 100644 --- a/src/wx/gl_video_view.h +++ b/src/wx/gl_video_view.h @@ -60,7 +60,6 @@ private: void thread (); void thread_playing (); void request_one_shot (); - void create (); void check_for_butler_errors (); /* Mutex for use of _canvas; it's only contended when our ::thread |
