diff options
author | Wilson E. Alvarez <wilson.e.alvarez1@gmail.com> | 2017-08-23 03:04:16 -0400 |
---|---|---|
committer | Wilson E. Alvarez <wilson.e.alvarez1@gmail.com> | 2017-08-23 03:04:16 -0400 |
commit | 433c01b7e58cfcc597bae9d1122371826f93d64a (patch) | |
tree | 103b475174a4a3c4a6970eebbe2ec30d4e424802 /editor/editor_help.h | |
parent | 582a97fc2ce1bc8b36811a9b1f23058ca7292067 (diff) |
Removed EditorHelp::_scroll_changed
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); |