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/playlist_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/playlist_controls.h')
| -rw-r--r-- | src/wx/playlist_controls.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wx/playlist_controls.h b/src/wx/playlist_controls.h index 460924217..4f144834a 100644 --- a/src/wx/playlist_controls.h +++ b/src/wx/playlist_controls.h @@ -37,10 +37,8 @@ public: */ boost::signals2::signal<void (boost::weak_ptr<Film>)> ResetFilm; -#ifdef DCPOMATIC_PLAYER_STRESS_TEST void play (); void stop (); -#endif private: void play_clicked (); @@ -81,6 +79,4 @@ private: std::vector<SPL> _playlists; boost::optional<int> _selected_playlist; int _selected_playlist_position; - - wxTimer _timer; }; |
