summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-05-10 01:35:52 +0100
committerCarl Hetherington <cth@carlh.net>2019-05-10 23:43:55 +0100
commit7ba45cd9b7b5b04a19851bbc9b8533afe7ff1bab (patch)
tree472a64a6cfbae0ca797029c7616621d34531400c /src
parent24524e414e850106861dc2b288131d904e0dc04f (diff)
I believe _canvas will be destroyed by its parent.
Diffstat (limited to 'src')
-rw-r--r--src/wx/gl_video_view.cc2
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