Skip to content

Commit e3eb5ee

Browse files
committed
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>
1 parent f7c567e commit e3eb5ee

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

modules/csg/register_types.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030

3131
#include "register_types.h"
3232

33-
#ifndef _3D_DISABLED
34-
3533
#include "csg_shape.h"
3634

3735
#ifdef TOOLS_ENABLED
@@ -62,5 +60,3 @@ void uninitialize_csg_module(ModuleInitializationLevel p_level) {
6260
return;
6361
}
6462
}
65-
66-
#endif // _3D_DISABLED

0 commit comments

Comments
 (0)