Fix SDLApp

Günther Brammer 2010-02-17 23:00:01 +01:00
parent a16df97a95
commit fd07c9e385
1 changed files with 0 additions and 6 deletions

View File

@ -78,12 +78,6 @@ bool CStdApp::Init(int argc, char * argv[]) {
SDL_EnableKeyRepeat(SDL_DEFAULT_REPEAT_DELAY, SDL_DEFAULT_REPEAT_INTERVAL);
#endif
// create pipe
if(pipe(this->Pipe) != 0) {
Log("Error creating Pipe");
return false;
}
// Custom initialization
return DoInit ();
}