mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Remove unused reporter delegate
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -10,16 +10,6 @@ namespace MPF.ExecutionContexts
|
||||
{
|
||||
public abstract class BaseExecutionContext
|
||||
{
|
||||
#region Event Handlers
|
||||
|
||||
/// <summary>
|
||||
/// Generic way of reporting a message
|
||||
/// </summary>
|
||||
/// <param name="message">String value to report</param>
|
||||
public EventHandler<StringEventArgs>? ReportStatus;
|
||||
|
||||
#endregion
|
||||
|
||||
#region Generic Dumping Information
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user