Skip to content

Commit

Permalink
SCI: (ADL driver) - remove unused declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
athrxx committed Aug 7, 2019
1 parent 9ea6c43 commit f8c98d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engines/sci/sound/drivers/adlib.cpp
Expand Up @@ -183,7 +183,6 @@ class MidiPlayer_AdLib : public MidiPlayer {
bool hasRhythmChannel() const { return false; }
void setVolume(byte volume) { static_cast<MidiDriver_AdLib *>(_driver)->setVolume(volume); }
void playSwitch(bool play) { static_cast<MidiDriver_AdLib *>(_driver)->playSwitch(play); }
void loadInstrument(int idx, byte *data);

int getLastChannel() const { return (static_cast<const MidiDriver_AdLib *>(_driver)->useRhythmChannel() ? 8 : 15); }
};
Expand Down

0 comments on commit f8c98d7

Please sign in to comment.