Editor: remove TOOLS_ENABLED guards
For code inside editor/ `#ifdef TOOLS_ENABLED` is always true so those checks are redundant.
This commit is contained in:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user