remove IEmulator.ClearSaveRam() from the interface

This commit is contained in:
goyuken 2014-11-24 02:22:47 +00:00
parent 9c285e3e3a
commit baa1556836
1 changed files with 0 additions and 5 deletions

View File

@ -88,11 +88,6 @@ namespace BizHawk.Emulation.Common
/// </summary>
void StoreSaveRam(byte[] data);
/// <summary>
/// reset saveram to a standard initial state. this probably shouldn't be used; instantiate a new core to clear persistent things.
/// </summary>
void ClearSaveRam();
/// <summary>
/// Whether or not Save ram has been modified since the last save
/// </summary>