From e5d7df3d7fbe6551a692bdafcdf68cbd5dcea623 Mon Sep 17 00:00:00 2001 From: Cristian Tibirna Date: Sun, 1 Sep 2002 11:39:51 +0000 Subject: [PATCH] CT: revert non-feature (revision 1.345) svn path=/trunk/kdebase/kwin/; revision=175049 --- workspace.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/workspace.cpp b/workspace.cpp index 5cdf8ec7b1..73e795f7a1 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -2996,10 +2996,6 @@ void Workspace::sendClientToDesktop( Client* c, int desk ) c->setDesktop( desk ); if( desk == NETWinInfo::OnAllDesktops ) c->setSticky( true ); - else - //CT 01Jul2002 - the old position is most probably inappropriate on the new desktop - // thus we place the client again, before we show it, but only if it's not OnAllDesktops - place(c); if ( c->isOnDesktop( currentDesktop() ) ) { c->show();