From dd6443193cbf249c686105c20481283ec63a5f45 Mon Sep 17 00:00:00 2001 From: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Date: Fri, 21 Jun 2024 12:47:17 +0200 Subject: [Editor] Expose more editor settings to documentation Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com> --- editor/export/editor_export_plugin.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'editor/export/editor_export_plugin.cpp') diff --git a/editor/export/editor_export_plugin.cpp b/editor/export/editor_export_plugin.cpp index 6bb21d7fd4..3f1b8aa863 100644 --- a/editor/export/editor_export_plugin.cpp +++ b/editor/export/editor_export_plugin.cpp @@ -364,8 +364,3 @@ void EditorExportPlugin::_bind_methods() { GDVIRTUAL_BIND(_get_android_manifest_application_element_contents, "platform", "debug"); GDVIRTUAL_BIND(_get_android_manifest_element_contents, "platform", "debug"); } - -EditorExportPlugin::EditorExportPlugin() { - EDITOR_DEF("export/ssh/ssh", ""); - EDITOR_DEF("export/ssh/scp", ""); -} -- cgit v1.2.3