From 28752e10a1f51bf614d2f21a0d0993d141f940e0 Mon Sep 17 00:00:00 2001 From: cmf028 Date: Fri, 20 Sep 2013 20:05:31 -0500 Subject: Don't set the window title twice --- src/sdl/sdl_glimp.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/sdl') 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 ) -- cgit