diff options
author | Cody Russell <crussell@canonical.com> | 2009-09-23 19:12:14 -0500 |
---|---|---|
committer | Cody Russell <crussell@canonical.com> | 2009-09-23 19:12:14 -0500 |
commit | 61d73835f3f9b4bc1970587e172f228c3474bdb1 (patch) | |
tree | 8dd4aea05ff6cc600e065051c4a08ca72aca9be6 /src/users-service-dbus.c | |
parent | cbcbcc64d025aae5b3fa6d1a9b4a8839a95842f6 (diff) | |
download | ayatana-indicator-session-61d73835f3f9b4bc1970587e172f228c3474bdb1.tar.gz ayatana-indicator-session-61d73835f3f9b4bc1970587e172f228c3474bdb1.tar.bz2 ayatana-indicator-session-61d73835f3f9b4bc1970587e172f228c3474bdb1.zip |
cleanup
Diffstat (limited to 'src/users-service-dbus.c')
-rw-r--r-- | src/users-service-dbus.c | 2 |
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); |