summaryrefslogtreecommitdiff
path: root/editor/export
diff options
context:
space:
mode:
authorMikael Hermansson <mikael@hermansson.io>2023-01-21 15:22:37 +0100
committerMikael Hermansson <mikael@hermansson.io>2023-01-21 15:22:37 +0100
commit760d3ea085cf6aa7095ef6700ec7b2e968fc8ee0 (patch)
tree23318780b373cac50b40e785001e2c75d42c14cc /editor/export
parent2ec0da1a75a066fe88986fc6ceda22fbabf7eedd (diff)
Remove redundant definition of `convert_text_resources_to_binary`
Diffstat (limited to 'editor/export')
-rw-r--r--editor/export/editor_export_plugin.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/export/editor_export_plugin.cpp b/editor/export/editor_export_plugin.cpp
index 784dbc116a..dfd4520eec 100644
--- a/editor/export/editor_export_plugin.cpp
+++ b/editor/export/editor_export_plugin.cpp
@@ -227,8 +227,6 @@ void EditorExportPlugin::_bind_methods() {
}
EditorExportPlugin::EditorExportPlugin() {
- GLOBAL_DEF("editor/export/convert_text_resources_to_binary", false);
-
EDITOR_DEF("export/ssh/ssh", "");
EDITOR_DEF("export/ssh/scp", "");
}