From 951cb8ea71a6fc62fd9a247cbf407559e9935ec8 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sat, 29 Oct 2011 00:43:52 +0200 Subject: KYRA: Get rid of Sound's voiceFileIsPresent in favor of isVoicePresent. --- engines/kyra/sound.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines/kyra/sound.h') 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 * -- cgit v1.2.3