diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-02-01 07:53:52 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-02-01 07:53:52 +0100 |
commit | d9ade633b3d486737b6fd805d380b8c70ae3266a (patch) | |
tree | 5a554b2106ab2d9789cb5b8da2312c7d05b6d8a2 /editor/editor_help.h | |
parent | b395512fdbdac7cedeeecf9f4a203f54e3a4a7fc (diff) | |
parent | b342dcdf04790e320a1f445a8cdae7449065b9e1 (diff) |
Merge pull request #71936 from akien-mga/remove-some-unused-signals
Remove some unused signals
Diffstat (limited to 'editor/editor_help.h')
-rw-r--r-- | editor/editor_help.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/editor_help.h b/editor/editor_help.h index 9be17143c7..81cd6d6674 100644 --- a/editor/editor_help.h +++ b/editor/editor_help.h @@ -72,8 +72,6 @@ protected: bool _search(bool p_search_previous = false); - static void _bind_methods(); - public: void set_rich_text_label(RichTextLabel *p_rich_text_label); |