Don't set the window title twice

This commit is contained in:
cmf028 2013-09-20 20:05:31 -05:00
parent 1ec9f8d1a8
commit d7444b8ca1

View file

@ -439,7 +439,6 @@ static int GLimp_SetMode(int mode, qboolean fullscreen, qboolean noborder)
} }
} }
SDL_SetWindowTitle( SDL_window, CLIENT_WINDOW_TITLE );
SDL_SetWindowIcon( SDL_window, icon ); SDL_SetWindowIcon( SDL_window, icon );
if( ( SDL_glContext = SDL_GL_CreateContext( SDL_window ) ) == NULL ) if( ( SDL_glContext = SDL_GL_CreateContext( SDL_window ) ) == NULL )