Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed unused variable from test program.
  • Loading branch information
philippwiesemann committed Jul 27, 2013
1 parent 1d572b4 commit e2146ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/testdrawchessboard.c
Expand Up @@ -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)
Expand Down

0 comments on commit e2146ca

Please sign in to comment.