From 96de0141ccef3bb035574010816dafdbfc17eb63 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Wed, 25 Jan 2017 21:55:59 -0300 Subject: Removed import/export system, will start new one from scratch. --- platform/android/export/export.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'platform/android') diff --git a/platform/android/export/export.cpp b/platform/android/export/export.cpp index 33283eccea..8e1fda74ed 100644 --- a/platform/android/export/export.cpp +++ b/platform/android/export/export.cpp @@ -38,7 +38,7 @@ #include "os/os.h" #include "platform/android/logo.h" #include - +#if 0 static const char* android_perms[]={ "ACCESS_CHECKIN_PROPERTIES", @@ -1915,3 +1915,4 @@ void register_android_exporter() { EditorImportExport::get_singleton()->add_export_platform(exporter); } +#endif -- cgit v1.2.3