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>
This commit is contained in:
Yevhen Babiichuk (DustDFG) 2024-09-26 10:24:10 +03:00
parent f7c567e2f5
commit e3eb5ee607
1 changed files with 0 additions and 4 deletions

View File

@ -30,8 +30,6 @@
#include "register_types.h" #include "register_types.h"
#ifndef _3D_DISABLED
#include "csg_shape.h" #include "csg_shape.h"
#ifdef TOOLS_ENABLED #ifdef TOOLS_ENABLED
@ -62,5 +60,3 @@ void uninitialize_csg_module(ModuleInitializationLevel p_level) {
return; return;
} }
} }
#endif // _3D_DISABLED