removed unused variables
svn path=/trunk/KDE/kdebase/workspace/; revision=1021627
This commit is contained in:
parent
c519c41c9f
commit
2fcb5767d5
1 changed files with 0 additions and 6 deletions
|
@ -434,12 +434,6 @@ namespace Nitrogen
|
||||||
painter->setClipRegion(clipRect,Qt::IntersectClip);
|
painter->setClipRegion(clipRect,Qt::IntersectClip);
|
||||||
}
|
}
|
||||||
|
|
||||||
painter->setPen( Qt::NoPen );
|
|
||||||
|
|
||||||
QColor color = palette.color(window->backgroundRole());
|
|
||||||
QColor top = helper().backgroundTopColor( color );
|
|
||||||
QColor bottom = helper().backgroundBottomColor( color );
|
|
||||||
|
|
||||||
QRect r = (isPreview()) ? NitrogenClient::widget()->rect():window->rect();
|
QRect r = (isPreview()) ? NitrogenClient::widget()->rect():window->rect();
|
||||||
r.adjust( SHADOW_WIDTH, SHADOW_WIDTH, -SHADOW_WIDTH, -SHADOW_WIDTH );
|
r.adjust( SHADOW_WIDTH, SHADOW_WIDTH, -SHADOW_WIDTH, -SHADOW_WIDTH );
|
||||||
r.adjust(0,0, 1, 1);
|
r.adjust(0,0, 1, 1);
|
||||||
|
|
Loading…
Reference in a new issue