mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Revert unnecessary changes to VisualScriptEmitSignal
Revert unnecessary changes to VisualScriptEmitSignal, commit 2032b56005b2f6add6b105a00f04c05f9b292eec
This commit is contained in:
parent
995093f59d
commit
74ca014364
2 changed files with 1 additions and 14 deletions
|
@ -328,9 +328,6 @@ class VisualScriptEmitSignal : public VisualScriptNode {
|
|||
|
||||
private:
|
||||
StringName name;
|
||||
StringName index;
|
||||
|
||||
void _adjust_input_index(PropertyInfo &pinfo) const;
|
||||
|
||||
protected:
|
||||
virtual void _validate_property(PropertyInfo &property) const override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue