Selaa lähdekoodia

Remove redundant definition of `convert_text_resources_to_binary`

Mikael Hermansson 2 vuotta sitten
vanhempi
commit
760d3ea085
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0 2
      editor/export/editor_export_plugin.cpp

+ 0 - 2
editor/export/editor_export_plugin.cpp

@@ -227,8 +227,6 @@ void EditorExportPlugin::_bind_methods() {
 }
 }
 
 
 EditorExportPlugin::EditorExportPlugin() {
 EditorExportPlugin::EditorExportPlugin() {
-	GLOBAL_DEF("editor/export/convert_text_resources_to_binary", false);
-
 	EDITOR_DEF("export/ssh/ssh", "");
 	EDITOR_DEF("export/ssh/ssh", "");
 	EDITOR_DEF("export/ssh/scp", "");
 	EDITOR_DEF("export/ssh/scp", "");
 }
 }