summaryrefslogtreecommitdiffstats
path: root/platform/android/export/export.cpp
diff options
context:
space:
mode:
authorMarcel Admiraal <madmiraal@users.noreply.github.com>2022-05-30 22:13:49 +0100
committerMarcel Admiraal <madmiraal@users.noreply.github.com>2022-05-31 17:11:05 +0100
commit2afef001e702046378a02fa887dbb361f39c7b6e (patch)
tree2dac64b759e489b32055ce95608d1783c1f805c7 /platform/android/export/export.cpp
parenta837accc5d058e4eec29f4d854da8cb9f55a97cf (diff)
downloadredot-engine-2afef001e702046378a02fa887dbb361f39c7b6e.tar.gz
Cleanup Android C++ code
Diffstat (limited to 'platform/android/export/export.cpp')
-rw-r--r--platform/android/export/export.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/platform/android/export/export.cpp b/platform/android/export/export.cpp
index aa4b394965..560f188b82 100644
--- a/platform/android/export/export.cpp
+++ b/platform/android/export/export.cpp
@@ -36,11 +36,6 @@
#include "editor/editor_settings.h"
void register_android_exporter() {
- String exe_ext;
- if (OS::get_singleton()->get_name() == "Windows") {
- exe_ext = "*.exe";
- }
-
EDITOR_DEF("export/android/android_sdk_path", "");
EditorSettings::get_singleton()->add_property_hint(PropertyInfo(Variant::STRING, "export/android/android_sdk_path", PROPERTY_HINT_GLOBAL_DIR));
EDITOR_DEF("export/android/debug_keystore", "");