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.
icc-effect-5.14.5
Martin Gräßlin 2016-06-29 11:06:24 +02:00
parent f9baa22f0d
commit e91f34f925
1 changed files with 0 additions and 3 deletions

3
sm.cpp
View File

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