From f8c98d76e61ffd43d663baebbe009e5f182a1e7d Mon Sep 17 00:00:00 2001 From: athrxx Date: Thu, 13 Dec 2018 19:35:43 +0100 Subject: SCI: (ADL driver) - remove unused declaration --- engines/sci/sound/drivers/adlib.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/engines/sci/sound/drivers/adlib.cpp b/engines/sci/sound/drivers/adlib.cpp index b8e90802b2..472f3df074 100644 --- a/engines/sci/sound/drivers/adlib.cpp +++ b/engines/sci/sound/drivers/adlib.cpp @@ -183,7 +183,6 @@ public: bool hasRhythmChannel() const { return false; } void setVolume(byte volume) { static_cast(_driver)->setVolume(volume); } void playSwitch(bool play) { static_cast(_driver)->playSwitch(play); } - void loadInstrument(int idx, byte *data); int getLastChannel() const { return (static_cast(_driver)->useRhythmChannel() ? 8 : 15); } }; -- cgit v1.2.3