diff options
author | merumelu <merumelu@protonmail.com> | 2019-08-30 19:02:46 +0200 |
---|---|---|
committer | merumelu <merumelu@protonmail.com> | 2019-08-30 19:02:46 +0200 |
commit | e2459479dea6a853bc180b182f1817ede4baa611 (patch) | |
tree | 8167d3bcd141f19c4eb5d64f8fe05cc2bee7c001 /editor/collada/collada.cpp | |
parent | ba854bbc7bb0eae230299de4da8dfcb7caf74b69 (diff) |
Editor: remove TOOLS_ENABLED guards
For code inside editor/ `#ifdef TOOLS_ENABLED`
is always true so those checks are redundant.
Diffstat (limited to 'editor/collada/collada.cpp')
-rw-r--r-- | editor/collada/collada.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/editor/collada/collada.cpp b/editor/collada/collada.cpp index aea7f461f1..1bb49a4167 100644 --- a/editor/collada/collada.cpp +++ b/editor/collada/collada.cpp @@ -28,8 +28,6 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifdef TOOLS_ENABLED - #include "collada.h" #include <stdio.h> @@ -2576,5 +2574,3 @@ Error Collada::load(const String &p_path, int p_flags) { Collada::Collada() { } - -#endif |