瀏覽代碼

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

Remove redundant definition of `convert_text_resources_to_binary`
Rémi Verschelde 2 年之前
父節點
當前提交
a6ddee9c00
共有 1 個文件被更改,包括 0 次插入2 次删除
  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() {
-	GLOBAL_DEF("editor/export/convert_text_resources_to_binary", false);
-
 	EDITOR_DEF("export/ssh/ssh", "");
 	EDITOR_DEF("export/ssh/scp", "");
 }