aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound.h
diff options
context:
space:
mode:
authorJohannes Schickel2011-10-29 00:43:52 +0200
committerJohannes Schickel2011-10-29 01:00:18 +0200
commit951cb8ea71a6fc62fd9a247cbf407559e9935ec8 (patch)
tree78f0272c93f1a2c27449435851ffe92468013db2 /engines/kyra/sound.h
parent17883b913715f90c21f6831c1c0314bd46e2b55b (diff)
downloadscummvm-rg350-951cb8ea71a6fc62fd9a247cbf407559e9935ec8.tar.gz
scummvm-rg350-951cb8ea71a6fc62fd9a247cbf407559e9935ec8.tar.bz2
scummvm-rg350-951cb8ea71a6fc62fd9a247cbf407559e9935ec8.zip
KYRA: Get rid of Sound's voiceFileIsPresent in favor of isVoicePresent.
Diffstat (limited to 'engines/kyra/sound.h')
-rw-r--r--engines/kyra/sound.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/kyra/sound.h b/engines/kyra/sound.h
index fb1f58d154..40b34dbf42 100644
--- a/engines/kyra/sound.h
+++ b/engines/kyra/sound.h
@@ -163,8 +163,6 @@ public:
void enableSFX(bool enable) { _sfxEnabled = enable; }
bool sfxEnabled() const { return _sfxEnabled; }
- virtual bool voiceFileIsPresent(const char *file) const;
-
/**
* Checks whether a voice file with the given name is present
*