1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Remove some unused signals

Part of #37604.
This commit is contained in:
Rémi Verschelde
2023-01-23 20:39:29 +01:00
parent 2b710bc336
commit b342dcdf04
14 changed files with 7 additions and 24 deletions

View File

@@ -670,7 +670,6 @@ void FindReplaceBar::set_text_edit(CodeTextEditor *p_text_editor) {
void FindReplaceBar::_bind_methods() {
ClassDB::bind_method("_search_current", &FindReplaceBar::search_current);
ADD_SIGNAL(MethodInfo("search"));
ADD_SIGNAL(MethodInfo("error"));
}