From 6566db5913796c63ec129c6ff02126f54edb54a4 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 28 May 2024 13:46:00 -0400 Subject: [PATCH] Remove unused reporter delegate --- CHANGELIST.md | 1 + MPF.ExecutionContexts/BaseExecutionContext.cs | 10 ---------- 2 files changed, 1 insertion(+), 10 deletions(-) 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 ///