X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fplaylist_controls.cc;h=72ec7ad1fd35ef963862a604df911d10f7b88fff;hb=0b94724919f01edc7fc91e899ef179a7d94da039;hp=edc4485e66cba8095a5e677941a634132d6508f9;hpb=3e3e8433842820ce6380e8f5c1917ae1a28e2e57;p=dcpomatic.git diff --git a/src/wx/playlist_controls.cc b/src/wx/playlist_controls.cc index edc4485e6..72ec7ad1f 100644 --- a/src/wx/playlist_controls.cc +++ b/src/wx/playlist_controls.cc @@ -52,7 +52,6 @@ PlaylistControls::PlaylistControls (wxWindow* parent, shared_ptr vie , _stop_button (new Button(this, _("Stop"))) , _next_button (new Button(this, "Next")) , _previous_button (new Button(this, "Previous")) - , _timer (this) { _button_sizer->Add (_previous_button, 0, wxEXPAND); _button_sizer->Add (_play_button, 0, wxEXPAND); @@ -455,7 +454,6 @@ PlaylistControls::viewer_finished () } } -#ifdef DCPOMATIC_PLAYER_STRESS_TEST void PlaylistControls::play () { @@ -467,4 +465,3 @@ PlaylistControls::stop () { stop_clicked (); } -#endif