diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-05-09 01:02:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-10 23:43:55 +0100 |
| commit | 676737031d1957bc39814e7104257b8fe93f11bb (patch) | |
| tree | 3092fdf513ea9c67329419d32d4eb0bf5be92377 /src/wx/gl_video_view.cc | |
| parent | b98b59a020b4aa9845c8e449f2f5241020afd4b2 (diff) | |
Add system information dialog with OpenGL version.
Diffstat (limited to 'src/wx/gl_video_view.cc')
| -rw-r--r-- | src/wx/gl_video_view.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/wx/gl_video_view.cc b/src/wx/gl_video_view.cc index a5537b3a4..5c18d28cb 100644 --- a/src/wx/gl_video_view.cc +++ b/src/wx/gl_video_view.cc @@ -116,9 +116,6 @@ GLVideoView::paint (wxPaintEvent &) void GLVideoView::set_image (shared_ptr<const Image> image) { - /* XXX: put this somewhere sensible */ - cout << glGetString (GL_VERSION) << "\n"; - DCPOMATIC_ASSERT (image->pixel_format() == AV_PIX_FMT_RGB24); DCPOMATIC_ASSERT (!image->aligned()); |
