aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/threads/abortablethread.cpp
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/abortablethread.cpp
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/abortablethread.cpp')
-rw-r--r--engines/illusions/threads/abortablethread.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/engines/illusions/threads/abortablethread.cpp b/engines/illusions/threads/abortablethread.cpp
index acbc1adea2..d2fc8076ff 100644
--- a/engines/illusions/threads/abortablethread.cpp
+++ b/engines/illusions/threads/abortablethread.cpp
@@ -51,19 +51,4 @@ int AbortableThread::onUpdate() {
return kTSYield;
}
-void AbortableThread::onSuspend() {
-}
-
-void AbortableThread::onNotify() {
-}
-
-void AbortableThread::onPause() {
-}
-
-void AbortableThread::onResume() {
-}
-
-void AbortableThread::onTerminated() {
-}
-
} // End of namespace Illusions