diff --git a/framework/Licensee.h b/framework/Licensee.h index 957b4b4..bb67bb8 100644 --- a/framework/Licensee.h +++ b/framework/Licensee.h @@ -39,7 +39,6 @@ If you have questions concerning this license or the applicable additional terms #define ENGINE_VERSION "DOOM 1.3.1" // printed in console // paths -#define CD_BASEDIR "Doom" #ifdef ID_DEMO_BUILD #define BASE_GAMEDIR "demo" #else @@ -47,7 +46,6 @@ If you have questions concerning this license or the applicable additional terms #endif // filenames -#define CD_EXE "doom.exe" #define CONFIG_FILE "DoomConfig.cfg" // base folder where the source code lives @@ -94,8 +92,6 @@ If you have questions concerning this license or the applicable additional terms // win32 info #define WIN32_CONSOLE_CLASS "DOOM 3 WinConsole" -#define WIN32_WINDOW_CLASS_NAME "DOOM3" -#define WIN32_FAKE_WINDOW_CLASS_NAME "DOOM3_WGL_FAKE" // Linux info #ifdef ID_DEMO_BUILD