Remove unnecessary controls.
authorCarl Hetherington <cth@carlh.net>
Wed, 19 Sep 2018 00:16:56 +0000 (01:16 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 19 Sep 2018 00:16:56 +0000 (01:16 +0100)
src/tools/dcpomatic_player.cc

index ee6ec60af2ade48d9c0578f01b70a6ddc27b8c59..1196567269ef3dea36aca19b829a3077524f9580 100644 (file)
@@ -159,7 +159,7 @@ public:
                _overall_panel = new wxPanel (this, wxID_ANY);
 
                _viewer.reset (new FilmViewer (_overall_panel));
-               _controls = new Controls (_overall_panel, _viewer);
+               _controls = new Controls (_overall_panel, _viewer, false, false, false);
                _viewer->set_dcp_decode_reduction (Config::instance()->decode_reduction ());
                _viewer->PlaybackPermitted.connect (bind(&DOMFrame::playback_permitted, this));
                _viewer->Started.connect (bind(&DOMFrame::playback_started, this));