diff --git a/CHANGELIST.md b/CHANGELIST.md index 01eceb47..add8a35d 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -151,6 +151,7 @@ - Remove Drive dependency from GenerateSubmissionInfo - Move Drive to Frontend - Move ResultEventArgs to Frontend +- Remove unused reporter delegate ### 3.1.9a (2024-05-21) diff --git a/MPF.ExecutionContexts/BaseExecutionContext.cs b/MPF.ExecutionContexts/BaseExecutionContext.cs index bb892b75..acf97664 100644 --- a/MPF.ExecutionContexts/BaseExecutionContext.cs +++ b/MPF.ExecutionContexts/BaseExecutionContext.cs @@ -10,16 +10,6 @@ namespace MPF.ExecutionContexts { public abstract class BaseExecutionContext { - #region Event Handlers - - /// - /// Generic way of reporting a message - /// - /// String value to report - public EventHandler? ReportStatus; - - #endregion - #region Generic Dumping Information ///