mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
ksmserver: remove useless workaround
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
7e43f823bc
commit
70d1df06ee
1 changed files with 0 additions and 5 deletions
|
@ -30,7 +30,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
|
||||
#include <config-workspace.h>
|
||||
#include <config-unix.h> // HAVE_LIMITS_H
|
||||
#include <config-ksmserver.h>
|
||||
|
||||
#include <pwd.h>
|
||||
#include <sys/types.h>
|
||||
|
@ -542,10 +541,6 @@ void KSMServer::killWM()
|
|||
if( state != Killing )
|
||||
return;
|
||||
delete logoutEffectWidget;
|
||||
#if COMPILE_SCREEN_LOCKER
|
||||
// To prevent kwin from becoming "defunct".
|
||||
ScreenLocker::KSldApp::self()->cleanUp();
|
||||
#endif
|
||||
kDebug( 1218 ) << "Starting killing WM";
|
||||
state = KillingWM;
|
||||
bool iswm = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue