Merge pull request #30928 from NilsIrl/remove_useless

Remove useless variable and line in OptionButton
This commit is contained in:
Rémi Verschelde 2019-07-29 18:43:48 +02:00 committed by GitHub
commit e5e1d7c178
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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()) {