Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Sep 17, 2004
1 parent c303287 commit f9d4a0d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/macosx/SDLMain.m
Expand Up @@ -297,10 +297,7 @@ - (NSString *)stringByReplacingRange:(NSRange)aRange with:(NSString *)aString
/* 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;
Expand Down

0 comments on commit f9d4a0d

Please sign in to comment.