Skip to content

Commit

Permalink
ios: Fixed compiler warnings about unused variables in demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Apr 9, 2017
1 parent 366adae commit 37b49e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Xcode-iOS/Demos/src/fireworks.c
Expand Up @@ -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 */
Expand Down

0 comments on commit 37b49e6

Please sign in to comment.