aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/threads/timerthread.h
diff options
context:
space:
mode:
authorjohndoe1232016-03-25 21:39:53 +0100
committerEugene Sandulenko2018-07-20 06:43:33 +0000
commit47b94b1396cdc3529c137ac1dfe105b5ebdef79d (patch)
tree7a4ab8fda02898be8bbcc11d30f8307944e58f29 /engines/illusions/threads/timerthread.h
parent1e2e5d636cdde3db2c30598b43281183b03234c3 (diff)
downloadscummvm-rg350-47b94b1396cdc3529c137ac1dfe105b5ebdef79d.tar.gz
scummvm-rg350-47b94b1396cdc3529c137ac1dfe105b5ebdef79d.tar.bz2
scummvm-rg350-47b94b1396cdc3529c137ac1dfe105b5ebdef79d.zip
ILLUSIONS: Minor cleanup: Remove empty methods in thread classes
Diffstat (limited to 'engines/illusions/threads/timerthread.h')
-rw-r--r--engines/illusions/threads/timerthread.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/illusions/threads/timerthread.h b/engines/illusions/threads/timerthread.h
index 7e1b61319b..6f4aba99cf 100644
--- a/engines/illusions/threads/timerthread.h
+++ b/engines/illusions/threads/timerthread.h
@@ -39,7 +39,6 @@ public:
virtual void onPause();
virtual void onUnpause();
virtual void onResume();
- virtual void onTerminated();
public:
uint32 _startTime, _endTime;
uint32 _duration, _durationElapsed;