summaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-01-21 16:55:17 +0100
committerRémi Verschelde <rverschelde@gmail.com>2023-01-21 16:55:17 +0100
commita6ddee9c00f76792632f43938a2c881cd9308e16 (patch)
treeab2d176ae5b7ea82a9ff951bed4229a6feb7bf74 /editor
parent3e9a83119440edbc9d9e03125f57f3b4dd9d964e (diff)
parent760d3ea085cf6aa7095ef6700ec7b2e968fc8ee0 (diff)
Merge pull request #71814 from mihe/binary-resources-setting
Remove redundant definition of `convert_text_resources_to_binary`
Diffstat (limited to 'editor')
-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", "");
}