Skip to content

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonSchaefer committed Oct 24, 2014
1 parent 04dbc49 commit a1dcebb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/video/x11/SDL_x11events.c
Expand Up @@ -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;
Expand Down

0 comments on commit a1dcebb

Please sign in to comment.