소스 검색

Merge pull request #97479 from dustdfg/csg_redudant_3d_disabled_check

Remove redundant `_3D_DISABLED` check from csg module
Rémi Verschelde 11 달 전
부모
커밋
8493a39e91
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      modules/csg/register_types.cpp

+ 0 - 4
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