aboutsummaryrefslogtreecommitdiff
path: root/src/global_macros.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/global_macros.hpp')
-rw-r--r--src/global_macros.hpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/global_macros.hpp b/src/global_macros.hpp
deleted file mode 100644
index eda57187..00000000
--- a/src/global_macros.hpp
+++ /dev/null
@@ -1,9 +0,0 @@
-#pragma once
-
-#ifdef _DEBUG
-#define CRU_DEBUG
-#endif
-
-#ifdef CRU_DEBUG
-#define CRU_DEBUG_LAYOUT
-#endif