Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sefinek24 committed Feb 25, 2024
1 parent d199b67 commit 6d07f7a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Stella.Launcher/Scripts/Forms/Music.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,8 @@ private static async Task PlaySoundAsync(string? wavPath, float volume)
public static void LinkLabelSfx(Form form)
{
foreach (Control ctrl in form.Controls)
{
if (ctrl is LinkLabel)
{
ctrl.MouseHover += LinkLabel_MouseHover;
}
}
}

private static void LinkLabel_MouseHover(object? sender, EventArgs e)
Expand Down

0 comments on commit 6d07f7a

Please sign in to comment.