summaryrefslogtreecommitdiff
path: root/src/wx/controls.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-03-16 00:44:31 +0100
committerCarl Hetherington <cth@carlh.net>2020-03-16 00:46:34 +0100
commit19760ad4cf6d348416444e515b5e709be565f81e (patch)
tree55c889deb559ce325fd436bdfb8b97170a15e14c /src/wx/controls.cc
parent3e3e8433842820ce6380e8f5c1917ae1a28e2e57 (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.cc2
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