TAStudioClipboard - remove unused and dubious ToString() override
This commit is contained in:
parent
ceade5be5a
commit
8e70bece16
|
@ -17,12 +17,6 @@ namespace BizHawk.Client.EmuHawk
|
||||||
public int Frame { get; }
|
public int Frame { get; }
|
||||||
public IController ControllerState { get; }
|
public IController ControllerState { get; }
|
||||||
|
|
||||||
public override string ToString()
|
|
||||||
{
|
|
||||||
var lg = GlobalWin.MovieSession.Movie.LogGeneratorInstance(ControllerState);
|
|
||||||
return lg.GenerateLogEntry();
|
|
||||||
}
|
|
||||||
|
|
||||||
public static IMovieController SetFromMnemonicStr(string inputLogEntry)
|
public static IMovieController SetFromMnemonicStr(string inputLogEntry)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
|
|
Loading…
Reference in New Issue