diff options
-rw-r--r-- | engines/hdb/input.cpp | 3 | ||||
-rw-r--r-- | engines/hdb/menu.cpp | 2 | ||||
-rw-r--r-- | engines/hdb/window.h | 2 |
3 files changed, 0 insertions, 7 deletions
diff --git a/engines/hdb/input.cpp b/engines/hdb/input.cpp index a49e6a25f1..b8f9660c81 100644 --- a/engines/hdb/input.cpp +++ b/engines/hdb/input.cpp @@ -49,9 +49,6 @@ bool Input::init() { void Input::setButtons(uint16 b) { static int changeState = 0; - static int drawDlg = 0; - static int quit = 0; - static int debugOn = 0; _buttons = b; if (!b) diff --git a/engines/hdb/menu.cpp b/engines/hdb/menu.cpp index 6e98900425..83bfdbd88b 100644 --- a/engines/hdb/menu.cpp +++ b/engines/hdb/menu.cpp @@ -514,7 +514,6 @@ void Menu::drawMenu() { // // Options menu content // - static int hand_off, hand_yvel = 1; drawNebula(); _optionsGfx->drawMasked(centerPic(_optionsGfx), _oBannerY); @@ -836,7 +835,6 @@ bool Menu::startTitle() { } void Menu::drawTitle() { - static int line; static uint32 time; //sound.UpdateMusic(); diff --git a/engines/hdb/window.h b/engines/hdb/window.h index dac81e2ff7..e230477805 100644 --- a/engines/hdb/window.h +++ b/engines/hdb/window.h @@ -325,10 +325,8 @@ private: Picture *_gGfxL, *_gGfxM, *_gGfxR; Picture *_gGfxBL, *_gGfxBM, *_gGfxBR; Picture *_gGfxTitleL, *_gGfxTitleM, *_gGfxTitleR; - Picture *_gfxResources, *_gfxDeliveries; Picture *_gfxIndent, *_gfxArrowTo, *_gfxHandright; Picture *_gfxTry, *_gfxAgain, *_gfxInvSelect; - Tile *_gfxMonkeystone; Picture *_gfxLevelRestart, *_gfxPausePlaque; Tile *_gemGfx; Picture *_mstoneGfx; |