diff options
author | Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com> | 2024-09-26 10:24:10 +0300 |
---|---|---|
committer | Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com> | 2024-09-26 10:24:10 +0300 |
commit | e3eb5ee60713e46365d3f6ddb9cb882102e1a11a (patch) | |
tree | e69f4d89e801d3fa6f08cba8f0d019837a3b42d1 /modules/csg/register_types.cpp | |
parent | f7c567e2f56d6e63f4749387a67e5ea4903c4696 (diff) | |
download | redot-engine-e3eb5ee60713e46365d3f6ddb9cb882102e1a11a.tar.gz |
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>
Diffstat (limited to 'modules/csg/register_types.cpp')
-rw-r--r-- | modules/csg/register_types.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/csg/register_types.cpp b/modules/csg/register_types.cpp index de949e30d8..19e6be4be1 100644 --- a/modules/csg/register_types.cpp +++ b/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 |