diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-08-09 00:02:57 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-08-09 00:02:57 +0200 |
| commit | b0f642ee90a2babed6547ea68e987751621fe3f3 (patch) | |
| tree | 41b1f35e48265d928083d25fb64e1f7734dc7eb0 | |
| parent | 85739dd3fcdf8a7d39089feb0035e841341dd44d (diff) | |
Remove old comment.
| -rw-r--r-- | src/wx/gl_video_view.cc | 2 |
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); } |
