Remove a copy that's a result of wrong merging of a diff.
svn path=/trunk/KDE/kdebase/workspace/; revision=683154
This commit is contained in:
parent
d3c8229599
commit
5f003b9ec3
1 changed files with 0 additions and 6 deletions
|
@ -530,12 +530,6 @@ void Client::updateShape()
|
|||
scene->windowGeometryShapeChanged( this );
|
||||
if( effects != NULL )
|
||||
static_cast<EffectsHandlerImpl*>(effects)->windowGeometryShapeChanged( effectWindow(), geometry());
|
||||
// workaround for #19644 - shaped windows shouldn't have decoration
|
||||
if( shape() && !noBorder())
|
||||
{
|
||||
noborder = true;
|
||||
updateDecoration( true );
|
||||
}
|
||||
}
|
||||
|
||||
void Client::setMask( const QRegion& reg, int mode )
|
||||
|
|
Loading…
Reference in a new issue