Merge pull request #71936 from akien-mga/remove-some-unused-signals
Remove some unused signals
This commit is contained in:
commit
d9ade633b3
14 changed files with 7 additions and 24 deletions
|
|
@ -6474,7 +6474,6 @@ void EditorNode::_bind_methods() {
|
|||
ClassDB::bind_method(D_METHOD("get_gui_base"), &EditorNode::get_gui_base);
|
||||
|
||||
ADD_SIGNAL(MethodInfo("play_pressed"));
|
||||
ADD_SIGNAL(MethodInfo("pause_pressed"));
|
||||
ADD_SIGNAL(MethodInfo("stop_pressed"));
|
||||
ADD_SIGNAL(MethodInfo("request_help_search"));
|
||||
ADD_SIGNAL(MethodInfo("script_add_function_request", PropertyInfo(Variant::OBJECT, "obj"), PropertyInfo(Variant::STRING, "function"), PropertyInfo(Variant::PACKED_STRING_ARRAY, "args")));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue