From 5f003b9ec304c2709260fe12b7e86989a539e5cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Wed, 4 Jul 2007 09:48:42 +0000 Subject: [PATCH] Remove a copy that's a result of wrong merging of a diff. svn path=/trunk/KDE/kdebase/workspace/; revision=683154 --- client.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/client.cpp b/client.cpp index e0cc30ce34..e5020539ba 100644 --- a/client.cpp +++ b/client.cpp @@ -530,12 +530,6 @@ void Client::updateShape() scene->windowGeometryShapeChanged( this ); if( effects != NULL ) static_cast(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 )