From e3eb5ee60713e46365d3f6ddb9cb882102e1a11a Mon Sep 17 00:00:00 2001 From: "Yevhen Babiichuk (DustDFG)" Date: Thu, 26 Sep 2024 10:24:10 +0300 Subject: [PATCH] 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) --- modules/csg/register_types.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/csg/register_types.cpp b/modules/csg/register_types.cpp index de949e30d84..19e6be4be17 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