mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
Remove unused variable.
This commit is contained in:
parent
04dbc4920e
commit
a1dcebb209
@ -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