diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-03-16 00:44:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-03-16 00:46:34 +0100 |
| commit | 19760ad4cf6d348416444e515b5e709be565f81e (patch) | |
| tree | 55c889deb559ce325fd436bdfb8b97170a15e14c /src/wx/standard_controls.h | |
| parent | 3e3e8433842820ce6380e8f5c1917ae1a28e2e57 (diff) | |
Move stress testing code into a separate class and always build it.
Fix stress script generation to always reload a DCP rather than
expecting it to be available after it has finished playback.
Diffstat (limited to 'src/wx/standard_controls.h')
| -rw-r--r-- | src/wx/standard_controls.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wx/standard_controls.h b/src/wx/standard_controls.h index f79e4a178..143624126 100644 --- a/src/wx/standard_controls.h +++ b/src/wx/standard_controls.h @@ -25,10 +25,8 @@ class StandardControls : public Controls public: StandardControls (wxWindow* parent, boost::shared_ptr<FilmViewer> viewer, bool editor_controls); -#ifdef DCPOMATIC_PLAYER_STRESS_TEST void play (); void stop (); -#endif private: void check_play_state (); |
