diff --git a/Src/Display.cpp b/Src/Display.cpp index 24d9d89..74c439c 100644 --- a/Src/Display.cpp +++ b/Src/Display.cpp @@ -867,7 +867,6 @@ uint8 C64::poll_joystick_buttons(int port) int i; for (i = 0; i < SDL_JoystickNumButtons (js); i++) { - bool old = this->joy_button_pressed[i]; bool cur = SDL_JoystickGetButton (js, i) ? true : false; int kc = ThePrefs.JoystickButtons[i];