diff options
Diffstat (limited to 'src/user-list.vala')
-rw-r--r-- | src/user-list.vala | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/user-list.vala b/src/user-list.vala index 3cb341a..2bfbd64 100644 --- a/src/user-list.vala +++ b/src/user-list.vala @@ -293,9 +293,6 @@ public class UserList : GreeterList if (remote_directory_server_list.length() > 0 && !always_show_manual) { debug ("removing manual login since we have a remote login entry"); remove_entry ("*other"); - if (!UnityGreeter.singleton.has_guest_account_hint () && UnityGreeter.singleton.hide_users_hint () ) { - set_active_first_entry_with_prefix ("*remote_directory"); - } } } |