aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/project_export.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2017-01-25 21:55:59 -0300
committerJuan Linietsky2017-01-25 21:57:08 -0300
commit96de0141ccef3bb035574010816dafdbfc17eb63 (patch)
tree24bcad418177b4aba1a24d959a50ff401028f0ea /tools/editor/project_export.cpp
parentae258e2679bd9deda8b311d030771fab03303833 (diff)
downloadgodot-96de0141ccef3bb035574010816dafdbfc17eb63.tar.gz
godot-96de0141ccef3bb035574010816dafdbfc17eb63.tar.zst
godot-96de0141ccef3bb035574010816dafdbfc17eb63.zip
Removed import/export system, will start new one from scratch.
Diffstat (limited to 'tools/editor/project_export.cpp')
-rw-r--r--tools/editor/project_export.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/editor/project_export.cpp b/tools/editor/project_export.cpp
index cacefaa1a..4472cff9c 100644
--- a/tools/editor/project_export.cpp
+++ b/tools/editor/project_export.cpp
@@ -27,7 +27,7 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
#include "project_export.h"
-
+#if 0
#include "os/dir_access.h"
#include "os/file_access.h"
#include "globals.h"
@@ -2127,3 +2127,4 @@ ProjectExport::ProjectExport(EditorData* p_data) {
}
+#endif