summaryrefslogtreecommitdiff
path: root/src/example/02_cube/02_cube.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/example/02_cube/02_cube.c')
-rw-r--r--src/example/02_cube/02_cube.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/example/02_cube/02_cube.c b/src/example/02_cube/02_cube.c
index 4e540e0..7e0840e 100644
--- a/src/example/02_cube/02_cube.c
+++ b/src/example/02_cube/02_cube.c
@@ -26,7 +26,6 @@ void onloadcube(void* data) {
}
void oneventcube(void* data) {
- SDL_Event* e = (SDL_Event*)data;
}
float _t = 0;