remove redundant sdl_quit()

Sun, 05 Dec 2010 10:22:23 +0000

author
Philip Pemberton <philpem@philpem.me.uk>
date
Sun, 05 Dec 2010 10:22:23 +0000
changeset 50
c3ed7639e32d
parent 49
545798274dad
child 51
e5a92d7beecf

remove redundant sdl_quit()

src/main.c file | annotate | diff | revisions
     1.1 diff -r 545798274dad -r c3ed7639e32d src/main.c
     1.2 --- a/src/main.c	Sun Dec 05 10:17:38 2010 +0000
     1.3 +++ b/src/main.c	Sun Dec 05 10:22:23 2010 +0000
     1.4 @@ -237,8 +237,5 @@
     1.5  		if (exitEmu) break;
     1.6  	}
     1.7  
     1.8 -	// shut down and exit
     1.9 -	SDL_Quit();
    1.10 -
    1.11  	return 0;
    1.12  }