Remove redundant definition of `convert_text_resources_to_binary`

This commit is contained in:
Mikael Hermansson 2023-01-21 15:22:37 +01:00
parent 2ec0da1a75
commit 760d3ea085
1 changed files with 0 additions and 2 deletions

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