summaryrefslogtreecommitdiffstats
path: root/scene/gui/popup.h
diff options
context:
space:
mode:
authorMichael Alexsander <michaelalexsander@protonmail.com>2024-04-13 13:24:37 -0300
committerMichael Alexsander <michaelalexsander@protonmail.com>2024-04-13 15:18:12 -0300
commit7c75355541b726440916cb53da499cd4b1d43a17 (patch)
tree9992621b3174ff8ca681806225497df31044b10d /scene/gui/popup.h
parenta7b860250f305f6cbaf61c30f232ff3bbdfdda0b (diff)
downloadredot-engine-7c75355541b726440916cb53da499cd4b1d43a17.tar.gz
Remove `Popup`'s unused "panel" style
Diffstat (limited to 'scene/gui/popup.h')
-rw-r--r--scene/gui/popup.h4
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();