diff options
author | cmf028 <cmf1292@hotmail.com> | 2013-09-20 20:05:31 -0500 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2014-08-28 11:03:29 +0100 |
commit | 28752e10a1f51bf614d2f21a0d0993d141f940e0 (patch) | |
tree | d97021d311ca1d40807425b22ef5f5444156868a | |
parent | 29cabf44ea31a69cc8fe8340d1ed5010dec782b0 (diff) |
Don't set the window title twice
-rw-r--r-- | src/sdl/sdl_glimp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sdl/sdl_glimp.c b/src/sdl/sdl_glimp.c index 1c0f0194..0c2a2e7e 100644 --- a/src/sdl/sdl_glimp.c +++ b/src/sdl/sdl_glimp.c @@ -454,7 +454,6 @@ static int GLimp_SetMode( qboolean failSafe, qboolean fullscreen, qboolean nobor } } - SDL_SetWindowTitle( SDL_window, CLIENT_WINDOW_TITLE ); SDL_SetWindowIcon( SDL_window, icon ); if( ( SDL_glContext = SDL_GL_CreateContext( SDL_window ) ) == NULL ) |