Explorar o código

ios: Fixed compiler warnings about unused variables in demo.

Philipp Wiesemann %!s(int64=9) %!d(string=hai) anos
pai
achega
37b49e6344
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      Xcode-iOS/Demos/src/fireworks.c

+ 0 - 3
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 */