aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 4cd8f1661f..abb281d017 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -485,7 +485,6 @@ public:
int _numCostumes; // FIXME - should be protected, used by Actor::remapActorPalette
int _numCharsets; // FIXME - should be protected, used by CharsetRenderer
- int getNumSounds() const { return _numSounds; }
BaseCostumeRenderer* _costumeRenderer;
char *_audioNames;