aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/users-service-dbus.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/users-service-dbus.c b/src/users-service-dbus.c
index 937ce30..bcd5a03 100644
--- a/src/users-service-dbus.c
+++ b/src/users-service-dbus.c
@@ -789,8 +789,6 @@ seat_proxy_session_removed (DBusGProxy *seat_proxy,
if (!user)
return;
- // remove_session_from_user (user, session_id); ??
-
l = g_list_find_custom (user->sessions,
session_id,
(GCompareFunc)session_compare);