]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Remove unused key-word of DBus .service file
authorChengwei Yang <chengwei.yang@intel.com>
Wed, 9 Oct 2013 02:06:52 +0000 (10:06 +0800)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 9 Oct 2013 09:53:38 +0000 (10:53 +0100)
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 <simon.mcvittie@collabora.co.uk>
bus/desktop-file.h

index 58e78e8f6ce6d9ecda5e7227d7cff75458097607..e405625c6bbc22e167ec3a17d551a5e79a033052 100644 (file)
@@ -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;