mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-26 12:59:18 +01:00
ios: Fixed compiler warnings about unused variables in demo.
This commit is contained in:
parent
366adae360
commit
37b49e6344
@ -365,9 +365,6 @@ main(int argc, char *argv[])
|
|||||||
SDL_Window *window; /* main window */
|
SDL_Window *window; /* main window */
|
||||||
SDL_GLContext context;
|
SDL_GLContext context;
|
||||||
int drawableW, drawableH;
|
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? */
|
int done; /* should we clean up and exit? */
|
||||||
|
|
||||||
/* initialize SDL */
|
/* initialize SDL */
|
||||||
|
Loading…
Reference in New Issue
Block a user