--- previous/src/screen.c 2018/04/24 19:25:10 1.1 +++ previous/src/screen.c 2018/04/24 19:25:37 1.1.1.2 @@ -286,7 +286,6 @@ void Screen_Init(void) Screen_CreatePalette(); /* Configure some SDL stuff: */ - SDL_WM_SetCaption(PROG_NAME, "Previous"); SDL_ShowCursor(SDL_DISABLE); }