Skip to content
Snippets Groups Projects
Commit 8a5d1d73 authored by deuce's avatar deuce
Browse files

Remove unused variable.

parent 57dd04d1
No related branches found
No related tags found
No related merge requests found
...@@ -1320,7 +1320,6 @@ static int sdl_video_event_thread(void *data) ...@@ -1320,7 +1320,6 @@ static int sdl_video_event_thread(void *data)
break; break;
case SDL_USEREVENT: { case SDL_USEREVENT: {
struct rectlist *list; struct rectlist *list;
struct rectlist *list_tail;
struct rectlist *old_next; struct rectlist *old_next;
/* Tell SDL to do various stuff... */ /* Tell SDL to do various stuff... */
if (ev.user.code != SDL_USEREVENT_FLUSH) if (ev.user.code != SDL_USEREVENT_FLUSH)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment