From 9d24186ecd7618d36759ad1de1212b79a50b6d23 Mon Sep 17 00:00:00 2001 From: Monster Iestyn Date: Sat, 24 Jun 2017 18:27:43 +0100 Subject: [PATCH] Removing D_SRB2Main's OS2 window title code "pmData" was originally declared in the files in the (non-SDL) OS2 source subfolder, last known to be present in Demo 4.1's source code ...said folder has not been around for over a decade, so this would definitely fail to compile if you tried compiling for OS2 without SDL anyway --- src/d_main.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/d_main.c b/src/d_main.c index ae25a87b7..e2813f5e1 100644 --- a/src/d_main.c +++ b/src/d_main.c @@ -991,14 +991,6 @@ void D_SRB2Main(void) D_Titlebar(srb2, title); #endif -#if defined (__OS2__) && !defined (HAVE_SDL) - // set PM window title - snprintf(pmData->title, sizeof (pmData->title), - "Sonic Robo Blast 2" VERSIONSTRING ": %s", - title); - pmData->title[sizeof (pmData->title) - 1] = '\0'; -#endif - if (devparm) CONS_Printf(M_GetText("Development mode ON.\n"));