Skip to content

Commit

Permalink
Update MainWindow.vala
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Sep 11, 2024
1 parent f940c2f commit 5d5242f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -497,9 +497,6 @@ public class Greeter.MainWindow : Gtk.ApplicationWindow {
lightdm_greeter.notify_property ("hide-users-hint");
}

private const uint NOBODY_USER_UID = 65534;
private const uint RESERVED_UID_RANGE_END = 1000;

private void add_card (LightDM.User lightdm_user) {
// Don't add Live Session user
if (lightdm_user.get_uid () == 1000) {
Expand Down

0 comments on commit 5d5242f

Please sign in to comment.