summaryrefslogtreecommitdiffstats
path: root/editor/editor_help.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-01-23 20:39:29 +0100
committerRémi Verschelde <rverschelde@gmail.com>2023-01-31 18:54:04 +0100
commitb342dcdf04790e320a1f445a8cdae7449065b9e1 (patch)
tree1bf3f18f621d8cd52e92ac7d6df7d36680563ecc /editor/editor_help.cpp
parent2b710bc336a02ace95eb0588f3b0744923faf004 (diff)
downloadredot-engine-b342dcdf04790e320a1f445a8cdae7449065b9e1.tar.gz
Remove some unused signals
Part of #37604.
Diffstat (limited to 'editor/editor_help.cpp')
-rw-r--r--editor/editor_help.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/editor/editor_help.cpp b/editor/editor_help.cpp
index e11251596a..bb7098643a 100644
--- a/editor/editor_help.cpp
+++ b/editor/editor_help.cpp
@@ -2448,10 +2448,6 @@ void FindBar::_notification(int p_what) {
}
}
-void FindBar::_bind_methods() {
- ADD_SIGNAL(MethodInfo("search"));
-}
-
void FindBar::set_rich_text_label(RichTextLabel *p_rich_text_label) {
rich_text_label = p_rich_text_label;
}