aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJuan Linietsky2015-11-24 10:42:05 -0300
committerJuan Linietsky2015-11-24 10:42:05 -0300
commitccd40f76e8975b679619eb3591eb56376e82a6b3 (patch)
tree9b6e4027c1c6bfdae82c2df54f1d9eb09d75ea43 /tools
parent85eedffbc77d9bdd92c8851aea09146feaf2d843 (diff)
downloadgodot-ccd40f76e8975b679619eb3591eb56376e82a6b3.tar.gz
godot-ccd40f76e8975b679619eb3591eb56376e82a6b3.tar.zst
godot-ccd40f76e8975b679619eb3591eb56376e82a6b3.zip
Diffstat (limited to 'tools')
-rw-r--r--tools/editor/editor_help.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/editor/editor_help.cpp b/tools/editor/editor_help.cpp
index 321ac7624..808199e17 100644
--- a/tools/editor/editor_help.cpp
+++ b/tools/editor/editor_help.cpp
@@ -1408,7 +1408,6 @@ void EditorHelp::_bind_methods() {
ObjectTypeDB::bind_method("_unhandled_key_input",&EditorHelp::_unhandled_key_input);
ObjectTypeDB::bind_method("_search",&EditorHelp::_search);
ObjectTypeDB::bind_method("_search_cbk",&EditorHelp::_search_cbk);
-
ObjectTypeDB::bind_method("_help_callback",&EditorHelp::_help_callback);
ADD_SIGNAL(MethodInfo("go_to_help"));