diff options
author | Markus Sauermann <6299227+Sauermann@users.noreply.github.com> | 2024-01-26 23:37:30 +0100 |
---|---|---|
committer | Markus Sauermann <6299227+Sauermann@users.noreply.github.com> | 2024-01-26 23:37:30 +0100 |
commit | 36c2c4bf0d59de8faadf6ef00cc7957d7f134ba7 (patch) | |
tree | 2d87832bad360ea454b56e2bdd7607f1d963c0a2 /scene/main/viewport.h | |
parent | 17e7f85c06366b427e5068c5b3e2940e27ff5f1d (diff) | |
download | redot-engine-36c2c4bf0d59de8faadf6ef00cc7957d7f134ba7.tar.gz |
Remove unused Variable `Viewport::gui_input_group`
The gui input group is not needed during the gui input step.
Diffstat (limited to 'scene/main/viewport.h')
-rw-r--r-- | scene/main/viewport.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/main/viewport.h b/scene/main/viewport.h index 43a89c8a0b..4ac9f18416 100644 --- a/scene/main/viewport.h +++ b/scene/main/viewport.h @@ -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; |