From 875597ec24a0c3908d7978fa2dee3e6201cf5557 Mon Sep 17 00:00:00 2001 From: adelikat Date: Tue, 11 Jul 2017 08:01:41 -0500 Subject: [PATCH] remove movie.rerecordcount that has been deprecated for a long time now --- BizHawk.Client.Common/lua/EmuLuaLibrary.Movie.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/BizHawk.Client.Common/lua/EmuLuaLibrary.Movie.cs b/BizHawk.Client.Common/lua/EmuLuaLibrary.Movie.cs index b1e318e7ca..d3cdbfe77f 100644 --- a/BizHawk.Client.Common/lua/EmuLuaLibrary.Movie.cs +++ b/BizHawk.Client.Common/lua/EmuLuaLibrary.Movie.cs @@ -127,12 +127,6 @@ namespace BizHawk.Client.Common return "INACTIVE"; } - [LuaMethod("rerecordcount", "[Deprecated] Alias of getrerecordcount")] - public static string RerecordCount() - { - return GetRerecordCount().ToString(); - } - [LuaMethod("save", "Saves the current movie to the disc. If the filename is provided (no extension or path needed), the movie is saved under the specified name to the current movie directory. The filename may contain a subdirectory, it will be created if it doesn't exist. Existing files won't get overwritten.")] public void Save(string filename = "") {