Skip to content

Commit

Permalink
Commented out unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 26, 2014
1 parent 09cf3aa commit a83861d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SDL12_compat.c
Expand Up @@ -960,7 +960,7 @@ SDL_GetMouseState(int *x, int *y)
static int
EventFilter20to12(void *data, SDL_Event *event20)
{
const int maxUserEvents12 = SDL12_NUMEVENTS - SDL12_USEREVENT;
//const int maxUserEvents12 = SDL12_NUMEVENTS - SDL12_USEREVENT;
SDL12_Event event12;
int x, y;

Expand Down

0 comments on commit a83861d

Please sign in to comment.