PCD CDL - remove todo

This commit is contained in:
adelikat 2014-04-13 16:38:56 +00:00
parent 078599adce
commit 0550fef67f
1 changed files with 1 additions and 5 deletions

View File

@ -13,7 +13,6 @@ namespace BizHawk.Client.EmuHawk
public partial class PCECDL : Form, IToolForm
{
// TODO
// Loading doesn't work
private PCEngine _emu;
private CodeDataLog _cdl;
private string _currentFileName = string.Empty;
@ -26,10 +25,7 @@ namespace BizHawk.Client.EmuHawk
InitializeComponent();
TopMost = Global.Config.PceCdlSettings.TopMost;
Closing += (o, e) =>
{
SaveConfigSettings();
};
Closing += (o, e) => SaveConfigSettings();
Restart();
}