From: Carl Hetherington Date: Sat, 8 Aug 2020 22:02:57 +0000 (+0200) Subject: Remove old comment. X-Git-Tag: v2.15.96~1 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=b0f642ee90a2babed6547ea68e987751621fe3f3 Remove old comment. --- 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); }