Merge pull request #22657 from YeldhamDev/remove_doc_path

Remove "Doc Path" setting
This commit is contained in:
Rémi Verschelde 2018-10-03 09:44:41 +02:00 committed by GitHub
commit 0bc0baff82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/auto_refresh_interval", 0.3);
_initial_set("text_editor/help/doc_path", "");
_initial_set("text_editor/help/show_help_index", true);
_initial_set("filesystem/import/ask_save_before_reimport", false);