You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Remove unnecessary assignments
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
This commit is contained in:
@@ -491,7 +491,7 @@ class VisualShaderEditor : public VBoxContainer {
|
||||
void _member_cancel();
|
||||
|
||||
void _varying_create();
|
||||
void _varying_name_changed(const String &p_text);
|
||||
void _varying_name_changed(const String &p_name);
|
||||
void _varying_deleted();
|
||||
void _varying_selected();
|
||||
void _varying_unselected();
|
||||
|
||||
Reference in New Issue
Block a user