From a51be3efbef6b8b037366a0cdba566b1d6ca138e Mon Sep 17 00:00:00 2001 From: adelikat Date: Mon, 13 Jan 2020 15:50:49 -0600 Subject: [PATCH] remove useless regions in previous commit --- BizHawk.Client.Common/movie/bk2/Bk2LogEntryGenerator.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/BizHawk.Client.Common/movie/bk2/Bk2LogEntryGenerator.cs b/BizHawk.Client.Common/movie/bk2/Bk2LogEntryGenerator.cs index bb116c0548..6f9f0317ed 100644 --- a/BizHawk.Client.Common/movie/bk2/Bk2LogEntryGenerator.cs +++ b/BizHawk.Client.Common/movie/bk2/Bk2LogEntryGenerator.cs @@ -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();