MainForm: Remove unused line.

This commit is contained in:
J.D. Purcell 2017-04-24 10:34:13 -04:00
parent 76b9367378
commit 4848bb5cc3
1 changed files with 0 additions and 1 deletions

View File

@ -113,7 +113,6 @@ namespace BizHawk.Client.EmuHawk
ModeChangedCallback = SetMainformMovieInfo
};
new AutoResetEvent(false);
Icon = Properties.Resources.logo;
InitializeComponent();
Global.Game = GameInfo.NullInstance;