summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-08-09 00:02:57 +0200
committerCarl Hetherington <cth@carlh.net>2020-08-09 00:02:57 +0200
commitb0f642ee90a2babed6547ea68e987751621fe3f3 (patch)
tree41b1f35e48265d928083d25fb64e1f7734dc7eb0
parent85739dd3fcdf8a7d39089feb0035e841341dd44d (diff)
Remove old comment.
-rw-r--r--src/wx/gl_video_view.cc2
1 files changed, 1 insertions, 1 deletions
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);
}