mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-01-25 11:51:01 +00: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 a new issue