From 316817dc96ceacd65c63b059acbb08a60a050a43 Mon Sep 17 00:00:00 2001 From: Joseph-Eugene Winzer Date: Sun, 18 Feb 2018 00:06:42 +0100 Subject: SUPERNOVA: Removes unused variable --- engines/supernova/state.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/engines/supernova/state.h b/engines/supernova/state.h index bb0b933b00..25a4a74351 100644 --- a/engines/supernova/state.h +++ b/engines/supernova/state.h @@ -146,8 +146,6 @@ public: GuiElement _guiCommandButton[10]; GuiElement _guiInventory[8]; GuiElement _guiInventoryArrow[2]; - // 0 PC Speaker | 1 SoundBlaster | 2 No Sound - int _soundDevice; // Dialog int _currentSentence; int _sentenceNumber[6]; -- cgit v1.2.3