diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-11-20 22:25:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-01-08 21:56:47 +0100 |
| commit | 89780827d5d6ec9127eae0108d10f71dc79d1a72 (patch) | |
| tree | 5dcdb70685504a21c2d125fdbdc39f179246c456 /src/wx/gl_video_view.h | |
| parent | 83c9e9c858072ab919916269790dcc65565fdd25 (diff) | |
Implement GLView::update.
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 614393024..162438a5b 100644 --- a/src/wx/gl_video_view.h +++ b/src/wx/gl_video_view.h @@ -50,7 +50,6 @@ public: } private: - void paint (); void draw (); void thread (); void request_one_shot (); |
