summaryrefslogtreecommitdiff
path: root/daemon/gdm-launch-environment.c
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2015-06-12 13:28:01 -0400
committerRay Strode <rstrode@redhat.com>2015-06-12 14:29:03 -0400
commit1ac67f522f5690c27023d98096ca817f12f7eb88 (patch)
tree3d562e9ec0ef2ee4822bcd6888c063c5bc92b74f /daemon/gdm-launch-environment.c
parent9f96354ba6612f14eade901db0b95cae050d2ab9 (diff)
downloadgdm-1ac67f522f5690c27023d98096ca817f12f7eb88.tar.gz
drop consolekit support
It was deprecated in 3.16 to be removed in 3.18 https://bugzilla.gnome.org/show_bug.cgi?id=743940
Diffstat (limited to 'daemon/gdm-launch-environment.c')
-rw-r--r--daemon/gdm-launch-environment.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/daemon/gdm-launch-environment.c b/daemon/gdm-launch-environment.c
index aaf78343..69301357 100644
--- a/daemon/gdm-launch-environment.c
+++ b/daemon/gdm-launch-environment.c
@@ -282,9 +282,6 @@ build_launch_environment (GdmLaunchEnvironment *launch_environment,
char *seat_id;
seat_id = launch_environment->priv->x11_display_seat_id;
- if (g_str_has_prefix (seat_id, "/org/freedesktop/ConsoleKit/")) {
- seat_id += strlen ("/org/freedesktop/ConsoleKit/");
- }
g_hash_table_insert (hash, g_strdup ("GDM_SEAT_ID"), g_strdup (seat_id));
}