From b0f642ee90a2babed6547ea68e987751621fe3f3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 9 Aug 2020 00:02:57 +0200 Subject: Remove old comment. --- src/wx/gl_video_view.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wx/gl_video_view.cc b/src/wx/gl_video_view.cc index b22f0fb62..6788d0384 100644 --- a/src/wx/gl_video_view.cc +++ b/src/wx/gl_video_view.cc @@ -331,7 +331,7 @@ try { { boost::mutex::scoped_lock lm (_canvas_mutex); - _context = new wxGLContext (_canvas); //local + _context = new wxGLContext (_canvas); _canvas->SetCurrent (*_context); } -- cgit v1.2.3