From a2f94886d0795c80b8558a78ceeaebe69cbcab94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Tue, 9 Feb 2010 10:39:18 +0000 Subject: [PATCH] remove now unused variable svn path=/trunk/KDE/kdebase/workspace/; revision=1087538 --- client.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/client.cpp b/client.cpp index d727549c14..42a3a8cafd 100644 --- a/client.cpp +++ b/client.cpp @@ -329,7 +329,6 @@ void Client::updateDecoration( bool check_workspace_pos, bool force ) if( !force && (( decoration == NULL && noBorder() ) || ( decoration != NULL && !noBorder() ))) return; - bool do_show = false; QRect oldgeom = geometry(); blockGeometryUpdates( true ); if( force ) @@ -350,7 +349,6 @@ void Client::updateDecoration( bool check_workspace_pos, bool force ) XMoveWindow( display(), decoration->widget()->winId(), -padding_left, -padding_top ); move( calculateGravitation( false )); plainResize( sizeForClientSize( clientSize()), ForceGeometrySet ); - do_show = true; paintRedirector = new PaintRedirector( decoration->widget()); connect( paintRedirector, SIGNAL( paintPending()), SLOT( repaintDecorationPending())); resizeDecorationPixmaps();