From 37b49e6344cbd43c22a74366877798558eaa0fc1 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Sun, 9 Apr 2017 23:00:26 +0200 Subject: [PATCH] ios: Fixed compiler warnings about unused variables in demo. --- Xcode-iOS/Demos/src/fireworks.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/Xcode-iOS/Demos/src/fireworks.c b/Xcode-iOS/Demos/src/fireworks.c index dbbd73811..2c4f621f1 100644 --- a/Xcode-iOS/Demos/src/fireworks.c +++ b/Xcode-iOS/Demos/src/fireworks.c @@ -365,9 +365,6 @@ main(int argc, char *argv[]) SDL_Window *window; /* main window */ SDL_GLContext context; int drawableW, drawableH; - Uint32 startFrame; /* time frame began to process */ - Uint32 endFrame; /* time frame ended processing */ - Uint32 delay; /* time to pause waiting to draw next frame */ int done; /* should we clean up and exit? */ /* initialize SDL */