diff options
author | Johannes Schickel | 2013-01-09 06:10:22 +0100 |
---|---|---|
committer | Johannes Schickel | 2013-01-09 06:10:22 +0100 |
commit | bee175ae5088f42a9eca61c3c1755de2dbfb8c3c (patch) | |
tree | 65cc862b319eba9697994ff376f34c1408692018 /engines/kyra | |
parent | 85204751530095d932ddb0489c204706009431e5 (diff) | |
download | scummvm-rg350-bee175ae5088f42a9eca61c3c1755de2dbfb8c3c.tar.gz scummvm-rg350-bee175ae5088f42a9eca61c3c1755de2dbfb8c3c.tar.bz2 scummvm-rg350-bee175ae5088f42a9eca61c3c1755de2dbfb8c3c.zip |
KYRA: Get rid of some unnecessary overwrites.
Diffstat (limited to 'engines/kyra')
-rw-r--r-- | engines/kyra/sound_intern.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/kyra/sound_intern.h b/engines/kyra/sound_intern.h index 44f46f3707..4bf43d73d8 100644 --- a/engines/kyra/sound_intern.h +++ b/engines/kyra/sound_intern.h @@ -173,7 +173,6 @@ public: virtual bool init(); - virtual void process() {} virtual void initAudioResourceInfo(int set, void *info); virtual void selectAudioResourceSet(int set); virtual bool hasSoundFile(uint file) const; @@ -325,8 +324,6 @@ public: virtual bool init(); - virtual void process() {} - virtual void initAudioResourceInfo(int set, void *info); virtual void selectAudioResourceSet(int set); virtual bool hasSoundFile(uint file) const; |