From baa1556836037ffb9af327b1e587ea164979cfe4 Mon Sep 17 00:00:00 2001 From: goyuken Date: Mon, 24 Nov 2014 02:22:47 +0000 Subject: [PATCH] remove IEmulator.ClearSaveRam() from the interface --- BizHawk.Emulation.Common/Interfaces/IEmulator.cs | 5 ----- 1 file changed, 5 deletions(-) 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 ///