aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNipun Garg2019-07-19 02:58:52 +0530
committerEugene Sandulenko2019-09-03 17:17:24 +0200
commit8a80cc77e931fff438e14f05db527d2efc9d372d (patch)
tree95f71a2c41bfe4ecf4ed909c7f2fb5347ebcca77
parent927770f34b6a15bf1c125ee2e1d668e8577169db (diff)
downloadscummvm-rg350-8a80cc77e931fff438e14f05db527d2efc9d372d.tar.gz
scummvm-rg350-8a80cc77e931fff438e14f05db527d2efc9d372d.tar.bz2
scummvm-rg350-8a80cc77e931fff438e14f05db527d2efc9d372d.zip
HDB: Add warnings
-rw-r--r--engines/hdb/input.cpp3
-rw-r--r--engines/hdb/menu.cpp2
-rw-r--r--engines/hdb/window.h2
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;