diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-09-13 11:21:32 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-09-13 11:21:32 +0200 |
commit | 04456cf42d852eb5772af7c859550b7ac1ccc13b (patch) | |
tree | 39fbdf3c476b16cb16db3fa51673fa320b9d9700 /editor/export/editor_export_plugin.cpp | |
parent | 5a56d11ad14b7d5a5e446595f21a9b4c748942af (diff) | |
parent | dd6443193cbf249c686105c20481283ec63a5f45 (diff) | |
download | redot-engine-04456cf42d852eb5772af7c859550b7ac1ccc13b.tar.gz |
Merge pull request #93427 from AThousandShips/editor_setting_doc
[Editor] Expose more editor settings to documentation
Diffstat (limited to 'editor/export/editor_export_plugin.cpp')
-rw-r--r-- | editor/export/editor_export_plugin.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
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", ""); -} |