aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound.h
diff options
context:
space:
mode:
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
*