summaryrefslogtreecommitdiffstats
path: root/modules/csg/register_types.cpp
diff options
context:
space:
mode:
authorYevhen Babiichuk (DustDFG) <dfgdust@gmail.com>2024-09-26 10:24:10 +0300
committerYevhen Babiichuk (DustDFG) <dfgdust@gmail.com>2024-09-26 10:24:10 +0300
commite3eb5ee60713e46365d3f6ddb9cb882102e1a11a (patch)
treee69f4d89e801d3fa6f08cba8f0d019837a3b42d1 /modules/csg/register_types.cpp
parentf7c567e2f56d6e63f4749387a67e5ea4903c4696 (diff)
downloadredot-engine-e3eb5ee60713e46365d3f6ddb9cb882102e1a11a.tar.gz
Remove redudant _3D_DISABLED check from csg module
It even won't be considered for building so there is no any sense for compile time checks Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com>
Diffstat (limited to 'modules/csg/register_types.cpp')
-rw-r--r--modules/csg/register_types.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/csg/register_types.cpp b/modules/csg/register_types.cpp
index de949e30d8..19e6be4be1 100644
--- a/modules/csg/register_types.cpp
+++ b/modules/csg/register_types.cpp
@@ -30,8 +30,6 @@
#include "register_types.h"
-#ifndef _3D_DISABLED
-
#include "csg_shape.h"
#ifdef TOOLS_ENABLED
@@ -62,5 +60,3 @@ void uninitialize_csg_module(ModuleInitializationLevel p_level) {
return;
}
}
-
-#endif // _3D_DISABLED