Removed unused variable from test program.

This commit is contained in:
Philipp Wiesemann
2013-07-27 21:07:07 +02:00
parent af2f530b05
commit 719f8227e0

View File

@@ -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)