mirror of
https://github.com/yawut/SDL.git
synced 2026-09-08 00:56:24 -05:00
Removed unused variable from test program.
This commit is contained in:
@@ -50,7 +50,6 @@ DrawChessBoard(SDL_Renderer * renderer)
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
{
|
||||
SDL_Event event;
|
||||
|
||||
/* Initialize SDL */
|
||||
if(SDL_Init(SDL_INIT_VIDEO) != 0)
|
||||
|
||||
Reference in New Issue
Block a user