summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChengwei Yang <chengwei.yang@intel.com>2013-10-09 10:06:52 +0800
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-09 10:53:38 +0100
commitd842e6edd1790b091d2071fa3844baba59ec30df (patch)
treec73a6fe443378ad6f7fa8626bb27509a411ba383
parent867bdd890fc3e4da9246932461203a682ad6ec70 (diff)
downloaddbus-d842e6edd1790b091d2071fa3844baba59ec30df.tar.gz
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 <simon.mcvittie@collabora.co.uk>
-rw-r--r--bus/desktop-file.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/bus/desktop-file.h b/bus/desktop-file.h
index 58e78e8f..e405625c 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;