remove movie.rerecordcount that has been deprecated for a long time now
This commit is contained in:
parent
6074bd94e9
commit
875597ec24
|
@ -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 = "")
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue