diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-05-09 01:41:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-10 23:43:55 +0100 |
| commit | c4e38c8ab8569d2bbb6da245ecf7b6eecaf97ee2 (patch) | |
| tree | 6edac1cad4cde70d729d137bb20124c42cb1856f | |
| parent | 5e2b926c116bbce2800fe3459e5a654101355482 (diff) | |
Remove unnecessary Refresh() call.
| -rw-r--r-- | src/wx/gl_video_view.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wx/gl_video_view.cc b/src/wx/gl_video_view.cc index 5c18d28cb..f5b8ef68a 100644 --- a/src/wx/gl_video_view.cc +++ b/src/wx/gl_video_view.cc @@ -131,6 +131,4 @@ GLVideoView::set_image (shared_ptr<const Image> image) glTexParameterf (GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE); glTexParameterf (GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE); check_gl_error ("glTexParameterf"); - - _canvas->Refresh (); } |
