diff --git a/scene/gui/option_button.cpp b/scene/gui/option_button.cpp index 01ef98bfd9d..d1840e43a3a 100644 --- a/scene/gui/option_button.cpp +++ b/scene/gui/option_button.cpp @@ -51,7 +51,6 @@ void OptionButton::_notification(int p_what) { RID ci = get_canvas_item(); Ref arrow = Control::get_icon("arrow"); - Ref normal = get_stylebox("normal"); Color clr = Color(1, 1, 1); if (get_constant("modulate_arrow")) { switch (get_draw_mode()) {