remove useless regions in previous commit
This commit is contained in:
parent
63da3d7bd3
commit
a51be3efbe
|
@ -21,8 +21,6 @@ namespace BizHawk.Client.Common
|
|||
|
||||
public IMovieController MovieControllerAdapter => new Bk2ControllerAdapter(_logKey);
|
||||
|
||||
#region ILogEntryGenerator Implementation
|
||||
|
||||
public void SetSource(IController source) => _source = source;
|
||||
|
||||
public string GenerateInputDisplay() => CreateLogEntry(forInputDisplay: true);
|
||||
|
@ -33,8 +31,6 @@ namespace BizHawk.Client.Common
|
|||
|
||||
public string GenerateLogEntry() => CreateLogEntry();
|
||||
|
||||
#endregion
|
||||
|
||||
public string GenerateLogKey()
|
||||
{
|
||||
var sb = new StringBuilder();
|
||||
|
|
Loading…
Reference in New Issue