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.h | |
parent | ba854bbc7bb0eae230299de4da8dfcb7caf74b69 (diff) | |
download | redot-engine-e2459479dea6a853bc180b182f1817ede4baa611.tar.gz |
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.h')
-rw-r--r-- | editor/collada/collada.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/editor/collada/collada.h b/editor/collada/collada.h index 9ed62b46b7..317c3f1d37 100644 --- a/editor/collada/collada.h +++ b/editor/collada/collada.h @@ -28,8 +28,6 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifdef TOOLS_ENABLED - #ifndef COLLADA_H #define COLLADA_H @@ -647,5 +645,3 @@ private: // private stuff }; #endif // COLLADA_H - -#endif |