diff options
Diffstat (limited to 'src/sdl/sdl_glimp.c')
-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 ) |