diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-10-25 17:25:02 -0400 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-10-25 17:25:02 -0400 |
commit | 3e2c3690091d05ecdcd29d1ed9f046abd94cee70 (patch) | |
tree | 047c4871f9bbf8f9191d494dab4427d0611ede02 /src/users-service-dbus.h | |
parent | 9ddd6044078e8af15fe4334063638416120ac733 (diff) | |
download | ayatana-indicator-session-3e2c3690091d05ecdcd29d1ed9f046abd94cee70.tar.gz ayatana-indicator-session-3e2c3690091d05ecdcd29d1ed9f046abd94cee70.tar.bz2 ayatana-indicator-session-3e2c3690091d05ecdcd29d1ed9f046abd94cee70.zip |
removed the redundant max users limit on the user menu
Diffstat (limited to 'src/users-service-dbus.h')
-rw-r--r-- | src/users-service-dbus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/users-service-dbus.h b/src/users-service-dbus.h index 25942df..b7db690 100644 --- a/src/users-service-dbus.h +++ b/src/users-service-dbus.h @@ -58,7 +58,6 @@ struct _UserData * got some gdm issues worked out. */ #define MINIMUM_USERS 0 -#define MAXIMUM_USERS 7 struct _UsersServiceDbus { GObject parent; |