From: Chengwei Yang Date: Wed, 9 Oct 2013 02:06:52 +0000 (+0800) Subject: Remove unused key-word of DBus .service file X-Git-Tag: dbus-1.7.6~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d842e6edd1790b091d2071fa3844baba59ec30df;p=thirdparty%2Fdbus.git Remove unused key-word of DBus .service file Key-word "Group" of DBus .service file hasn't been used since it was introduced in 2007, so it's fine to remove it. https://bugs.freedesktop.org/show_bug.cgi?id=19158 Reviewed-by: Simon McVittie --- diff --git a/bus/desktop-file.h b/bus/desktop-file.h index 58e78e8f6..e405625c6 100644 --- a/bus/desktop-file.h +++ b/bus/desktop-file.h @@ -34,7 +34,6 @@ #define DBUS_SERVICE_NAME "Name" #define DBUS_SERVICE_EXEC "Exec" #define DBUS_SERVICE_USER "User" -#define DBUS_SERVICE_GROUP "Group" #define DBUS_SERVICE_SYSTEMD_SERVICE "SystemdService" typedef struct BusDesktopFile BusDesktopFile;