From dd6443193cbf249c686105c20481283ec63a5f45 Mon Sep 17 00:00:00 2001 From: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Date: Fri, 21 Jun 2024 12:47:17 +0200 Subject: [Editor] Expose more editor settings to documentation Co-authored-by: Tomasz Chabora --- editor/editor_help.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'editor/editor_help.cpp') diff --git a/editor/editor_help.cpp b/editor/editor_help.cpp index f5f7b8f51c..cfe257fcfc 100644 --- a/editor/editor_help.cpp +++ b/editor/editor_help.cpp @@ -3134,8 +3134,6 @@ void EditorHelp::init_gdext_pointers() { EditorHelp::EditorHelp() { set_custom_minimum_size(Size2(150 * EDSCALE, 0)); - EDITOR_DEF("text_editor/help/sort_functions_alphabetically", true); - class_desc = memnew(RichTextLabel); class_desc->set_tab_size(8); add_child(class_desc); -- cgit v1.2.3