Mercurial > sdl-ios-xcode
diff src/video/windib/SDL_dibevents.c @ 975:add87cc1de0a
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 15 Nov 2004 21:11:44 +0000 |
parents | b8427b5151ed |
children | a78acdd4967e |
line wrap: on
line diff
--- a/src/video/windib/SDL_dibevents.c Mon Nov 15 21:09:54 2004 +0000 +++ b/src/video/windib/SDL_dibevents.c Mon Nov 15 21:11:44 2004 +0000 @@ -368,7 +368,6 @@ SDL_RegisterApp("SDL_app", CS_BYTEALIGNCLIENT, 0); if ( SDL_windowid ) { SDL_Window = (HWND)strtol(SDL_windowid, NULL, 0); - if ( SDL_Window == NULL ) { SDL_SetError("Couldn't get user specified window"); return(-1);