Skip to content

Commit

Permalink
KYRA: Get rid of some unnecessary overwrites.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Schickel committed Jan 9, 2013
1 parent 8520475 commit bee175a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions engines/kyra/sound_intern.h
Expand Up @@ -173,7 +173,6 @@ class SoundPC98 : public Sound {

virtual bool init();

virtual void process() {}
virtual void initAudioResourceInfo(int set, void *info);
virtual void selectAudioResourceSet(int set);
virtual bool hasSoundFile(uint file) const;
Expand Down Expand Up @@ -325,8 +324,6 @@ class SoundAmiga : public Sound {

virtual bool init();

virtual void process() {}

virtual void initAudioResourceInfo(int set, void *info);
virtual void selectAudioResourceSet(int set);
virtual bool hasSoundFile(uint file) const;
Expand Down

0 comments on commit bee175a

Please sign in to comment.