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();