diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-05-10 01:35:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-10 01:35:52 +0100 |
| commit | d338a9656de4a33a50a1eede482edc3e9d3351eb (patch) | |
| tree | 8749646d7878bc4bf8eb4d763b51406404de7651 | |
| parent | 181af337041e9c147344b5d32e413083d84fbd10 (diff) | |
I believe _canvas will be destroyed by its parent.
| -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 0f0118e00..f75d50f9d 100644 --- a/src/wx/gl_video_view.cc +++ b/src/wx/gl_video_view.cc @@ -53,8 +53,6 @@ GLVideoView::~GLVideoView () { glDeleteTextures (1, &_id); delete _context; - /* XXX: should we delete this? */ - delete _canvas; } static void |
