Removed unused variable from test program.

This commit is contained in:
Philipp Wiesemann 2013-07-27 21:07:07 +02:00
parent 69e8c3f950
commit 6b494e5eeb

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)