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/controls.cc | |
| 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/controls.cc')
| -rw-r--r-- | src/wx/controls.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wx/controls.cc b/src/wx/controls.cc index 27139f1f5..92103637c 100644 --- a/src/wx/controls.cc +++ b/src/wx/controls.cc @@ -407,7 +407,6 @@ Controls::film_change (ChangeType type, Film::Property p) } } -#ifdef DCPOMATIC_PLAYER_STRESS_TEST void Controls::seek (int slider) { @@ -415,4 +414,3 @@ Controls::seek (int slider) slider_moved (false); slider_released (); } -#endif |
