remove now unused variable

svn path=/trunk/KDE/kdebase/workspace/; revision=1087538
This commit is contained in:
Luboš Luňák 2010-02-09 10:39:18 +00:00
parent 070555e59e
commit a2f94886d0

View file

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