From e91f34f925aca655806463e6f57f12c700282b84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Wed, 29 Jun 2016 11:06:24 +0200 Subject: [PATCH] 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. --- sm.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/sm.cpp b/sm.cpp index ca1edeae59..e7c31a7ccc 100644 --- a/sm.cpp +++ b/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);