Skip to content

Commit

Permalink
Remove unreachable code
Browse files Browse the repository at this point in the history
  • Loading branch information
Tudi20 committed Jun 30, 2019
1 parent 7f6b327 commit 04470cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Universal THCRAP Launcher/MainForm.cs
Expand Up @@ -728,7 +728,7 @@ private void NotifyIcon1_MouseClick(object sender, MouseEventArgs e)
name = name.Replace("~", " ~").Trim();
} else
name = item.Key.Trim();
gameListBox.Items.Add(name ?? throw new InvalidOperationException());
gameListBox.Items.Add(name);
_displayNameToThxxDictionary.Add(name, item.Key);
if (Favourites1.Games.Contains(item.Key))
_favoritesWithDisplayName.Add(name);
Expand Down
2 changes: 1 addition & 1 deletion Universal THCRAP Launcher/Resources/BuildDate.txt
@@ -1,2 +1,2 @@
2019. 07. 01. 0:34:38,16
2019. 07. 01. 0:37:48,13
Central Europe Standard Time

0 comments on commit 04470cc

Please sign in to comment.