diff options
Diffstat (limited to 'engines/hdb/input.cpp')
-rw-r--r-- | engines/hdb/input.cpp | 3 |
1 files changed, 0 insertions, 3 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) |