From kde-commits Fri Mar 20 21:11:04 2009 From: =?utf-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Fri, 20 Mar 2009 21:11:04 +0000 To: kde-commits Subject: KDE/kdebase/apps Message-Id: <1237583464.950018.31552.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=123758351022252 SVN commit 942026 by lunakl: HAVE_SETPRIORITY is not used anywhere under kdebase/apps, and there is no configure check for it anyway. I wonder how many pieces of code we have now disabled in KDE4 because the configure check for it kicked the bucket during the KDE4 porting. M +0 -3 config-apps.h.cmake --- trunk/KDE/kdebase/apps/config-apps.h.cmake #942025:942026 @@ -18,9 +18,6 @@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_SASL_SASL_H 1 -/* Define to 1 if you have the `setpriority' function. */ -#cmakedefine HAVE_SETPRIORITY 1 - /* Define to 1 if you have the `sigaction' function. */ #define HAVE_SIGACTION 1