mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 23:37:09 -05:00
Remove unused variable.
This commit is contained in:
parent
7db5bc85bb
commit
9641881d42
|
|
@ -511,7 +511,6 @@ static void
|
|||
ReconcileKeyboardState(_THIS, const SDL_WindowData *data)
|
||||
{
|
||||
SDL_VideoData *viddata = (SDL_VideoData *) _this->driverdata;
|
||||
SDL_Window* window = data->window;
|
||||
Display *display = viddata->display;
|
||||
char keys[32];
|
||||
int keycode = 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user