diff options
author | Juan Linietsky <reduzio@gmail.com> | 2017-01-25 21:55:59 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2017-01-25 21:57:08 -0300 |
commit | 96de0141ccef3bb035574010816dafdbfc17eb63 (patch) | |
tree | 24bcad418177b4aba1a24d959a50ff401028f0ea /tools/editor/editor_reimport_dialog.h | |
parent | ae258e2679bd9deda8b311d030771fab03303833 (diff) |
Removed import/export system, will start new one from scratch.
Diffstat (limited to 'tools/editor/editor_reimport_dialog.h')
-rw-r--r-- | tools/editor/editor_reimport_dialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/editor_reimport_dialog.h b/tools/editor/editor_reimport_dialog.h index 68e1ca0597..7379c70c5e 100644 --- a/tools/editor/editor_reimport_dialog.h +++ b/tools/editor/editor_reimport_dialog.h @@ -29,6 +29,7 @@ #ifndef EDITOR_REIMPORT_DIALOG_H #define EDITOR_REIMPORT_DIALOG_H +#if 0 #include "scene/gui/dialogs.h" #include "scene/gui/tree.h" @@ -49,3 +50,4 @@ public: }; #endif // EDITOR_REIMPORT_DIALOG_H +#endif |