Merge pull request #97479 from dustdfg/csg_redudant_3d_disabled_check

Remove redundant `_3D_DISABLED` check from csg module
This commit is contained in:
Rémi Verschelde 2024-09-26 12:45:58 +02:00
commit 8493a39e91
No known key found for this signature in database
GPG Key ID: C3336907360768E1

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