From efbd4e7f7b34ff592d30013998cd92fa68c69a9b Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sun, 5 Jan 2020 05:18:18 +0100 Subject: [PATCH] Remove unused parts of types.h --- types.h | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/types.h b/types.h index 877ebeb0c..83cf1709b 100644 --- a/types.h +++ b/types.h @@ -17,23 +17,4 @@ DEVILUTION_BEGIN_NAMESPACE #include "enums.h" #include "structs.h" -// If defined, use copy protection [Default -> Defined] -#if !defined(_DEBUG) && !defined(SPAWN) -//#define COPYPROT -#endif - -// If defined, don't reload for debuggers [Default -> Undefined] -// Note that with patch 1.03 the command line was hosed, this is required to pass arguments to the game -#ifdef _DEBUG -#define DEBUGGER -#endif - -// If defined, don't fry the CPU [Default -> Undefined] -//#ifdef _DEBUG -#define SLEEPFIX -//#endif - -// If defined, fix palette glitch in Windows Vista+ [Default -> Undefined] -//#define COLORFIX - #endif