Skip to content

Commit

Permalink
ref - Removed reference to removed "random" saver
Browse files Browse the repository at this point in the history
---

Type: ref
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Feb 26, 2024
1 parent 47409ae commit ad7c93c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions public/Nitrocid/Misc/Screensaver/ScreensaverManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -458,11 +458,6 @@ static string SelectRandom()

// Get a random screensaver name
string ScreensaverName = SelectRandom();

// We don't want another "random" screensaver showing up, so keep selecting until it's no longer "random"
while (ScreensaverName == "random")
ScreensaverName = SelectRandom();

return ScreensaverName.ToLower();
}

Expand Down

0 comments on commit ad7c93c

Please sign in to comment.