Removed unused variable from test program.
This commit is contained in:
parent
69e8c3f950
commit
6b494e5eeb
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue