Drop warning regarding ksmserver in sm.cpp
Nobody complained that it doesn't work since the release of Plasma 5. Thus let's assume that it works fine.
This commit is contained in:
parent
f9baa22f0d
commit
e91f34f925
1 changed files with 0 additions and 3 deletions
3
sm.cpp
3
sm.cpp
|
@ -450,9 +450,6 @@ SessionSaveDoneHelper::SessionSaveDoneHelper()
|
|||
return; // no SM
|
||||
|
||||
// detect ksmserver
|
||||
// NOTICE: no idea whether the assumptions about it in Workspace::saveState()
|
||||
// still hold for KF5/Plasma 5
|
||||
#warning assuming special behavior in ksmserver to be still present in KF5
|
||||
char* vendor = SmcVendor(conn);
|
||||
gs_sessionManagerIsKSMServer = qstrcmp(vendor, "KDE") == 0;
|
||||
free(vendor);
|
||||
|
|
Loading…
Reference in a new issue