remove movie.rerecordcount that has been deprecated for a long time now

This commit is contained in:
adelikat 2017-07-11 08:01:41 -05:00
parent 6074bd94e9
commit 875597ec24
1 changed files with 0 additions and 6 deletions

View File

@ -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 = "")
{