Skip to content

Commit 8493a39

Browse files
committed
Merge pull request #97479 from dustdfg/csg_redudant_3d_disabled_check
Remove redundant `_3D_DISABLED` check from csg module
2 parents dbf1efb + e3eb5ee commit 8493a39

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)