aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/io_plugins/editor_export_scene.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/io_plugins/editor_export_scene.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/io_plugins/editor_export_scene.cpp')
-rw-r--r--tools/editor/io_plugins/editor_export_scene.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/editor/io_plugins/editor_export_scene.cpp b/tools/editor/io_plugins/editor_export_scene.cpp
index 7d1925841..f4ab9880f 100644
--- a/tools/editor/io_plugins/editor_export_scene.cpp
+++ b/tools/editor/io_plugins/editor_export_scene.cpp
@@ -27,7 +27,7 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
#include "editor_export_scene.h"
-
+#if 0
#include "io/resource_loader.h"
#include "io/resource_saver.h"
#include "os/dir_access.h"
@@ -139,3 +139,4 @@ Vector<uint8_t> EditorSceneExportPlugin::custom_export(String& p_path,const Ref<
EditorSceneExportPlugin::EditorSceneExportPlugin()
{
}
+#endif