1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

Remove useless variable and line in OptionButton

This commit is contained in:
NilsIrl
2019-07-29 17:41:28 +02:00
parent a19c15d105
commit abceb74b49

View File

@@ -51,7 +51,6 @@ void OptionButton::_notification(int p_what) {
RID ci = get_canvas_item();
Ref<Texture> arrow = Control::get_icon("arrow");
Ref<StyleBox> normal = get_stylebox("normal");
Color clr = Color(1, 1, 1);
if (get_constant("modulate_arrow")) {
switch (get_draw_mode()) {