BasicBot - Remove a todo

This commit is contained in:
adelikat 2015-09-06 20:18:57 -04:00
parent d25c51f033
commit e4d6557145
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ namespace BizHawk.Client.EmuHawk
public bool AskSaveChanges()
{
return true; // TODO
return true;
}
#endregion