aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Russell <crussell@canonical.com>2009-09-24 01:23:13 -0500
committerCody Russell <crussell@canonical.com>2009-09-24 01:23:13 -0500
commit4b357f8f4e604aa6587929c1993cba1a1b972fe4 (patch)
tree2fb4c1cd779cc04b3097acbc3bb664936c03f3ef
parent7f7ed7fe0e23a4d4f044fda7cc201f4e474a6e17 (diff)
downloadayatana-indicator-session-4b357f8f4e604aa6587929c1993cba1a1b972fe4.tar.gz
ayatana-indicator-session-4b357f8f4e604aa6587929c1993cba1a1b972fe4.tar.bz2
ayatana-indicator-session-4b357f8f4e604aa6587929c1993cba1a1b972fe4.zip
cleanup
-rw-r--r--src/users-service.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/users-service.c b/src/users-service.c
index 9f240da..9e940ed 100644
--- a/src/users-service.c
+++ b/src/users-service.c
@@ -261,10 +261,6 @@ create_items (DbusmenuMenuitem *root,
g_return_if_fail (IS_USERS_SERVICE_DBUS (service));
count = users_service_dbus_get_user_count (service);
- if (count > MINIMUM_USERS && count < MAXIMUM_USERS)
- {
- users = users_service_dbus_get_user_list (service);
- }
rebuild_items (root, service);
}