diff --git a/BizHawk.Emulation.Common/Interfaces/IEmulator.cs b/BizHawk.Emulation.Common/Interfaces/IEmulator.cs index 19182b0757..60e41a4502 100644 --- a/BizHawk.Emulation.Common/Interfaces/IEmulator.cs +++ b/BizHawk.Emulation.Common/Interfaces/IEmulator.cs @@ -88,11 +88,6 @@ namespace BizHawk.Emulation.Common /// void StoreSaveRam(byte[] data); - /// - /// reset saveram to a standard initial state. this probably shouldn't be used; instantiate a new core to clear persistent things. - /// - void ClearSaveRam(); - /// /// Whether or not Save ram has been modified since the last save ///