From 2b15a038b2bfc7f04e40a22604ac2acb7c5610e8 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Sat, 21 Mar 2026 15:11:29 -0700
Subject: [PATCH] Removed unused variable
---
screenlib/SDL_FrameBuf.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/screenlib/SDL_FrameBuf.cpp b/screenlib/SDL_FrameBuf.cpp
index c37423ce..82b15421 100644
--- a/screenlib/SDL_FrameBuf.cpp
+++ b/screenlib/SDL_FrameBuf.cpp
@@ -148,7 +148,6 @@ FrameBuf::ProcessGamepadEvent(SDL_Event *event)
return;
}
- const int DEADZONE = 8000;
switch (event->type) {
case SDL_EVENT_GAMEPAD_ADDED:
OpenGamepad(event->gdevice.which);