Browse Source

Merge pull request #22657 from YeldhamDev/remove_doc_path

Remove "Doc Path" setting
Rémi Verschelde 7 years ago
parent
commit
0bc0baff82
1 changed files with 0 additions and 1 deletions
  1. 0 1
      editor/editor_settings.cpp

+ 0 - 1
editor/editor_settings.cpp

@@ -531,7 +531,6 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
 
 
 	_initial_set("docks/property_editor/texture_preview_width", 48);
 	_initial_set("docks/property_editor/texture_preview_width", 48);
 	_initial_set("docks/property_editor/auto_refresh_interval", 0.3);
 	_initial_set("docks/property_editor/auto_refresh_interval", 0.3);
-	_initial_set("text_editor/help/doc_path", "");
 	_initial_set("text_editor/help/show_help_index", true);
 	_initial_set("text_editor/help/show_help_index", true);
 
 
 	_initial_set("filesystem/import/ask_save_before_reimport", false);
 	_initial_set("filesystem/import/ask_save_before_reimport", false);