remove now unused variable
svn path=/trunk/KDE/kdebase/workspace/; revision=1087538
This commit is contained in:
parent
070555e59e
commit
a2f94886d0
1 changed files with 0 additions and 2 deletions
|
@ -329,7 +329,6 @@ void Client::updateDecoration( bool check_workspace_pos, bool force )
|
||||||
if( !force &&
|
if( !force &&
|
||||||
(( decoration == NULL && noBorder() ) || ( decoration != NULL && !noBorder() )))
|
(( decoration == NULL && noBorder() ) || ( decoration != NULL && !noBorder() )))
|
||||||
return;
|
return;
|
||||||
bool do_show = false;
|
|
||||||
QRect oldgeom = geometry();
|
QRect oldgeom = geometry();
|
||||||
blockGeometryUpdates( true );
|
blockGeometryUpdates( true );
|
||||||
if( force )
|
if( force )
|
||||||
|
@ -350,7 +349,6 @@ void Client::updateDecoration( bool check_workspace_pos, bool force )
|
||||||
XMoveWindow( display(), decoration->widget()->winId(), -padding_left, -padding_top );
|
XMoveWindow( display(), decoration->widget()->winId(), -padding_left, -padding_top );
|
||||||
move( calculateGravitation( false ));
|
move( calculateGravitation( false ));
|
||||||
plainResize( sizeForClientSize( clientSize()), ForceGeometrySet );
|
plainResize( sizeForClientSize( clientSize()), ForceGeometrySet );
|
||||||
do_show = true;
|
|
||||||
paintRedirector = new PaintRedirector( decoration->widget());
|
paintRedirector = new PaintRedirector( decoration->widget());
|
||||||
connect( paintRedirector, SIGNAL( paintPending()), SLOT( repaintDecorationPending()));
|
connect( paintRedirector, SIGNAL( paintPending()), SLOT( repaintDecorationPending()));
|
||||||
resizeDecorationPixmaps();
|
resizeDecorationPixmaps();
|
||||||
|
|
Loading…
Reference in a new issue