diff options
Diffstat (limited to 'editor/editor_help.h')
-rw-r--r-- | editor/editor_help.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/editor_help.h b/editor/editor_help.h index e0d68605ab..6d9be3db6f 100644 --- a/editor/editor_help.h +++ b/editor/editor_help.h @@ -143,7 +143,6 @@ class EditorHelp : public VBoxContainer { //void _button_pressed(int p_idx); void _add_type(const String &p_type); - void _scroll_changed(double p_scroll); void _class_list_select(const String &p_select); void _class_desc_select(const String &p_select); void _class_desc_input(const Ref<InputEvent> &p_input); |