Use the appropriate RtAudio exception (though I'm not sure if this
[dcpomatic.git] / src / wx / standard_controls.cc
index e9a31c86b059d94fb2c802b5f46d63ae8488e421..5df89f8fecd05093738c089239c4ab03dc971c52 100644 (file)
@@ -75,7 +75,6 @@ StandardControls::setup_sensitivity ()
        _play_button->Enable (_film && !_film->content().empty() && !active_job);
 }
 
-#ifdef DCPOMATIC_PLAYER_STRESS_TEST
 void
 StandardControls::play ()
 {
@@ -89,4 +88,3 @@ StandardControls::stop ()
        _play_button->SetValue (false);
        play_clicked ();
 }
-#endif