changeset 958:d390f9bd6b1c

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Fri, 17 Sep 2004 13:47:44 +0000
parents 217f119a19a0
children 51ec8fc8bedb
files src/main/macosx/SDLMain.m
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/macosx/SDLMain.m	Fri Sep 17 13:28:12 2004 +0000
+++ b/src/main/macosx/SDLMain.m	Fri Sep 17 13:47:44 2004 +0000
@@ -297,10 +297,7 @@
 /* Main entry point to executable - should *not* be SDL_main! */
 int main (int argc, char **argv)
 {
-
     /* Copy the arguments into a global variable */
-    int i;
-    
     /* This is passed if we are launched by double-clicking */
     if ( argc >= 2 && strncmp (argv[1], "-psn", 4) == 0 ) {
         gArgc = 1;