remove useless regions in previous commit

This commit is contained in:
adelikat 2020-01-13 15:50:49 -06:00
parent 63da3d7bd3
commit a51be3efbe
1 changed files with 0 additions and 4 deletions

View File

@ -21,8 +21,6 @@ namespace BizHawk.Client.Common
public IMovieController MovieControllerAdapter => new Bk2ControllerAdapter(_logKey); public IMovieController MovieControllerAdapter => new Bk2ControllerAdapter(_logKey);
#region ILogEntryGenerator Implementation
public void SetSource(IController source) => _source = source; public void SetSource(IController source) => _source = source;
public string GenerateInputDisplay() => CreateLogEntry(forInputDisplay: true); public string GenerateInputDisplay() => CreateLogEntry(forInputDisplay: true);
@ -33,8 +31,6 @@ namespace BizHawk.Client.Common
public string GenerateLogEntry() => CreateLogEntry(); public string GenerateLogEntry() => CreateLogEntry();
#endregion
public string GenerateLogKey() public string GenerateLogKey()
{ {
var sb = new StringBuilder(); var sb = new StringBuilder();