mirror of
https://github.com/encounter/SDL.git
synced 2025-12-10 22:17:59 +00:00
Removed unused variable from test program.
This commit is contained in:
@@ -19,8 +19,6 @@
|
|||||||
#include "SDL.h"
|
#include "SDL.h"
|
||||||
#include "SDL_thread.h"
|
#include "SDL_thread.h"
|
||||||
|
|
||||||
static int alive = 0;
|
|
||||||
|
|
||||||
/* Call this instead of exit(), so we can clean up SDL: atexit() is evil. */
|
/* Call this instead of exit(), so we can clean up SDL: atexit() is evil. */
|
||||||
static void
|
static void
|
||||||
quit(int rc)
|
quit(int rc)
|
||||||
|
|||||||
Reference in New Issue
Block a user