BasicBot - Remove a todo
This commit is contained in:
parent
d25c51f033
commit
e4d6557145
|
@ -344,7 +344,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
public bool AskSaveChanges()
|
||||
{
|
||||
return true; // TODO
|
||||
return true;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
|
Loading…
Reference in New Issue