Merge pull request #71814 from mihe/binary-resources-setting

Remove redundant definition of `convert_text_resources_to_binary`
This commit is contained in:
Rémi Verschelde 2023-01-21 16:55:17 +01:00
commit a6ddee9c00
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -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", "");
}