aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tsage/core.cpp')
-rw-r--r--engines/tsage/core.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/engines/tsage/core.cpp b/engines/tsage/core.cpp
index 36e2961aca..2b8256ebd2 100644
--- a/engines/tsage/core.cpp
+++ b/engines/tsage/core.cpp
@@ -2912,24 +2912,6 @@ int SceneRegions::indexOf(const Common::Point &pt) {
/*--------------------------------------------------------------------------*/
-ASound::ASound() {
- _action = NULL;
- _field280 = -1;
-}
-
-void ASound::synchronise(Serialiser &s) {
- EventHandler::synchronise(s);
-
- SYNC_POINTER(_action);
- s.syncAsSint16LE(_field280);
-}
-
-void ASound::dispatch() {
-
-}
-
-/*--------------------------------------------------------------------------*/
-
void SceneItemList::addItems(SceneItem *first, ...) {
va_list va;
va_start(va, first);