From accd3ecca1301ce91b4ef75d5c1adbd3f42cd2d2 Mon Sep 17 00:00:00 2001 From: poixen Date: Wed, 5 Nov 2014 14:03:43 +0100 Subject: [PATCH] Removed commented line - removed unused commented out code --- cockatrice/src/deckview.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/cockatrice/src/deckview.cpp b/cockatrice/src/deckview.cpp index b8213134..101a2a11 100644 --- a/cockatrice/src/deckview.cpp +++ b/cockatrice/src/deckview.cpp @@ -147,8 +147,6 @@ void DeckViewCardContainer::paint(QPainter *painter, const QStyleOptionGraphicsI qreal totalTextWidth = getCardTypeTextWidth(); if (bgPixmap.isNull()) { - //painter->fillRect(boundingRect(), QColor(70, 50, 100)); - QLinearGradient grad1(0, 0, 1, 0); grad1.setCoordinateMode(QGradient::ObjectBoundingMode); grad1.setColorAt(0, QColor(48, 34, 69));