You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-07 19:53:17 +00:00
Remove unused Variable Viewport::gui_input_group
The gui input group is not needed during the gui input step.
This commit is contained in:
@@ -4918,7 +4918,6 @@ Viewport::Viewport() {
|
||||
|
||||
String id = itos(get_instance_id());
|
||||
input_group = "_vp_input" + id;
|
||||
gui_input_group = "_vp_gui_input" + id;
|
||||
unhandled_input_group = "_vp_unhandled_input" + id;
|
||||
shortcut_input_group = "_vp_shortcut_input" + id;
|
||||
unhandled_key_input_group = "_vp_unhandled_key_input" + id;
|
||||
|
||||
@@ -276,7 +276,6 @@ private:
|
||||
Ref<World2D> world_2d;
|
||||
|
||||
StringName input_group;
|
||||
StringName gui_input_group;
|
||||
StringName shortcut_input_group;
|
||||
StringName unhandled_input_group;
|
||||
StringName unhandled_key_input_group;
|
||||
|
||||
Reference in New Issue
Block a user