summaryrefslogtreecommitdiffstats
path: root/scene/gui/popup.cpp
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.cpp
parenta7b860250f305f6cbaf61c30f232ff3bbdfdda0b (diff)
downloadredot-engine-7c75355541b726440916cb53da499cd4b1d43a17.tar.gz
Remove `Popup`'s unused "panel" style
Diffstat (limited to 'scene/gui/popup.cpp')
-rw-r--r--scene/gui/popup.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/scene/gui/popup.cpp b/scene/gui/popup.cpp
index 0927404947..d90d5da2e9 100644
--- a/scene/gui/popup.cpp
+++ b/scene/gui/popup.cpp
@@ -194,8 +194,6 @@ Rect2i Popup::_popup_adjust_rect() const {
void Popup::_bind_methods() {
ADD_SIGNAL(MethodInfo("popup_hide"));
-
- BIND_THEME_ITEM_CUSTOM(Theme::DATA_TYPE_STYLEBOX, Popup, panel_style, "panel");
}
Popup::Popup() {