Remove old comment.
authorCarl Hetherington <cth@carlh.net>
Sat, 8 Aug 2020 22:02:57 +0000 (00:02 +0200)
committerCarl Hetherington <cth@carlh.net>
Sat, 8 Aug 2020 22:02:57 +0000 (00:02 +0200)
src/wx/gl_video_view.cc

index b22f0fb62b6815b7d0988c6dfa5c72aa3b922cc1..6788d03848b936658007eeb75e73cd05fbaffe18 100644 (file)
@@ -331,7 +331,7 @@ try
 {
        {
                boost::mutex::scoped_lock lm (_canvas_mutex);
-               _context = new wxGLContext (_canvas); //local
+               _context = new wxGLContext (_canvas);
                _canvas->SetCurrent (*_context);
        }