aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/drivers/accolade/adlib.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agos/drivers/accolade/adlib.cpp')
-rw-r--r--engines/agos/drivers/accolade/adlib.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/agos/drivers/accolade/adlib.cpp b/engines/agos/drivers/accolade/adlib.cpp
index d22710664d..294be2b8a7 100644
--- a/engines/agos/drivers/accolade/adlib.cpp
+++ b/engines/agos/drivers/accolade/adlib.cpp
@@ -171,9 +171,6 @@ private:
bool _isOpen;
- // points to a MIDI channel for each of the new voice channels
- byte _voiceChannelMapping[AGOS_ADLIB_VOICES_COUNT];
-
// stores information about all FM voice channels
ChannelEntry _channels[AGOS_ADLIB_VOICES_COUNT];