diff options
author | Michael Alexsander <michaelalexsander@protonmail.com> | 2024-04-13 13:24:37 -0300 |
---|---|---|
committer | Michael Alexsander <michaelalexsander@protonmail.com> | 2024-04-13 15:18:12 -0300 |
commit | 7c75355541b726440916cb53da499cd4b1d43a17 (patch) | |
tree | 9992621b3174ff8ca681806225497df31044b10d /scene/gui/popup.h | |
parent | a7b860250f305f6cbaf61c30f232ff3bbdfdda0b (diff) | |
download | redot-engine-7c75355541b726440916cb53da499cd4b1d43a17.tar.gz |
Remove `Popup`'s unused "panel" style
Diffstat (limited to 'scene/gui/popup.h')
-rw-r--r-- | scene/gui/popup.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scene/gui/popup.h b/scene/gui/popup.h index 25edca3657..48818686f7 100644 --- a/scene/gui/popup.h +++ b/scene/gui/popup.h @@ -43,10 +43,6 @@ class Popup : public Window { LocalVector<Window *> visible_parents; bool popped_up = false; - struct ThemeCache { - Ref<StyleBox> panel_style; - } theme_cache; - void _initialize_visible_parents(); void _deinitialize_visible_parents(); |