aboutsummaryrefslogtreecommitdiff
path: root/engines/bbvs/minigames/bbant.h
diff options
context:
space:
mode:
authorjohndoe1232014-01-25 22:55:12 +0100
committerjohndoe1232014-01-29 13:27:48 +0100
commit11a58071101d84bc02ac5e9a4e3dee209d0d5df9 (patch)
tree7252f574feba1e0e6c215d5b12b820f7f33ba0c3 /engines/bbvs/minigames/bbant.h
parent5f4fc9a1dd5668ab9fa9706a8e86b2ec3ac808d1 (diff)
downloadscummvm-rg350-11a58071101d84bc02ac5e9a4e3dee209d0d5df9.tar.gz
scummvm-rg350-11a58071101d84bc02ac5e9a4e3dee209d0d5df9.tar.bz2
scummvm-rg350-11a58071101d84bc02ac5e9a4e3dee209d0d5df9.zip
BBVS: Remove obsolete code in BbAnt minigame
Diffstat (limited to 'engines/bbvs/minigames/bbant.h')
-rw-r--r--engines/bbvs/minigames/bbant.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/bbvs/minigames/bbant.h b/engines/bbvs/minigames/bbant.h
index b9919ee14b..cdf358f94d 100644
--- a/engines/bbvs/minigames/bbant.h
+++ b/engines/bbvs/minigames/bbant.h
@@ -165,10 +165,6 @@ public:
void scale2x(int x, int y);
void loadSounds();
- void playSound(uint index, bool loop = false);
- void stopSound(uint index);
- bool isSoundPlaying(uint index);
- bool isAnySoundPlaying(const uint *indices, uint count);
};