diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-23 20:39:29 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-31 18:54:04 +0100 |
commit | b342dcdf04790e320a1f445a8cdae7449065b9e1 (patch) | |
tree | 1bf3f18f621d8cd52e92ac7d6df7d36680563ecc /editor/editor_help.cpp | |
parent | 2b710bc336a02ace95eb0588f3b0744923faf004 (diff) | |
download | redot-engine-b342dcdf04790e320a1f445a8cdae7449065b9e1.tar.gz |
Remove some unused signals
Part of #37604.
Diffstat (limited to 'editor/editor_help.cpp')
-rw-r--r-- | editor/editor_help.cpp | 4 |
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; } |