Remove a copy that's a result of wrong merging of a diff.

svn path=/trunk/KDE/kdebase/workspace/; revision=683154
icc-effect-5.14.5
Luboš Luňák 2007-07-04 09:48:42 +00:00
parent d3c8229599
commit 5f003b9ec3
1 changed files with 0 additions and 6 deletions

View File

@ -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 )