summaryrefslogtreecommitdiff
path: root/editor/editor_help.h
diff options
context:
space:
mode:
authorWilson E. Alvarez <wilson.e.alvarez1@gmail.com>2017-08-23 03:04:16 -0400
committerWilson E. Alvarez <wilson.e.alvarez1@gmail.com>2017-08-23 03:04:16 -0400
commit433c01b7e58cfcc597bae9d1122371826f93d64a (patch)
tree103b475174a4a3c4a6970eebbe2ec30d4e424802 /editor/editor_help.h
parent582a97fc2ce1bc8b36811a9b1f23058ca7292067 (diff)
Removed EditorHelp::_scroll_changed
Diffstat (limited to 'editor/editor_help.h')
-rw-r--r--editor/editor_help.h1
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);