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.cpp | |
parent | a7b860250f305f6cbaf61c30f232ff3bbdfdda0b (diff) | |
download | redot-engine-7c75355541b726440916cb53da499cd4b1d43a17.tar.gz |
Remove `Popup`'s unused "panel" style
Diffstat (limited to 'scene/gui/popup.cpp')
-rw-r--r-- | scene/gui/popup.cpp | 2 |
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() { |