diff options
Diffstat (limited to 'src/example/01_dot/01_dot.c')
-rw-r--r-- | src/example/01_dot/01_dot.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/example/01_dot/01_dot.c b/src/example/01_dot/01_dot.c index e2902ca..3305137 100644 --- a/src/example/01_dot/01_dot.c +++ b/src/example/01_dot/01_dot.c @@ -10,7 +10,6 @@ void onloaddot(void* data) { } void oneventdot(void* data) { - SDL_Event* e = (SDL_Event*)data; } void onupdatedot(void*data) { |