aboutsummaryrefslogtreecommitdiff
path: root/src/users-service-dbus.h
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-06-03 15:30:28 -0500
committerCharles Kerr <charles.kerr@canonical.com>2012-06-03 15:30:28 -0500
commit3d6809119b9bdc0d144b7e4a3c23bca7ec2c3136 (patch)
treec4dc4622c7c762bb32612e36cd0e1c8bfccbb4bd /src/users-service-dbus.h
parent4823f27147e1a7a604d511acde9750d65190c865 (diff)
downloadayatana-indicator-session-3d6809119b9bdc0d144b7e4a3c23bca7ec2c3136.tar.gz
ayatana-indicator-session-3d6809119b9bdc0d144b7e4a3c23bca7ec2c3136.tar.bz2
ayatana-indicator-session-3d6809119b9bdc0d144b7e4a3c23bca7ec2c3136.zip
Remove the seemingly-pointless MINIMUM_USERS constant
Diffstat (limited to 'src/users-service-dbus.h')
-rw-r--r--src/users-service-dbus.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/users-service-dbus.h b/src/users-service-dbus.h
index c81e768..66f3b9d 100644
--- a/src/users-service-dbus.h
+++ b/src/users-service-dbus.h
@@ -52,11 +52,6 @@ struct _UserData
DbusmenuMenuitem * menuitem;
};
-/* XXX - MAXIMUM_USERS should be set to 7 once we've
- * got some gdm issues worked out.
- */
-#define MINIMUM_USERS 0
-
struct _UsersServiceDbus {
GObject parent;
};