diff --git a/src/libs/utils/stylehelper.cpp b/src/libs/utils/stylehelper.cpp index 87bb8ae37fb..141887614f3 100644 --- a/src/libs/utils/stylehelper.cpp +++ b/src/libs/utils/stylehelper.cpp @@ -316,7 +316,6 @@ void StyleHelper::drawArrow(QStyle::PrimitiveElement element, QPainter *painter, imagePainter.translate(sx + bsx, sy + bsy); if (!(option->state & QStyle::State_Enabled)) { - QColor foreGround(150, 150, 150, 150); imagePainter.setBrush(option->palette.mid().color()); imagePainter.setPen(option->palette.mid().color()); } else {