Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
accd3ecc
Commit
accd3ecc
authored
Nov 05, 2014
by
poixen
Browse files
Removed commented line
- removed unused commented out code
parent
332d69a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/deckview.cpp
View file @
accd3ecc
...
...
@@ -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
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment