mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-14 05:36:10 +00:00
Remove unnecessary field in execution contexts
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
- Remove redundant BinaryReaderExtensions class
|
||||
- Use Logiqx model instead of internal one
|
||||
- Split some processing code
|
||||
- Remove unnecessary field in execution contexts
|
||||
|
||||
### 3.1.9a (2024-05-21)
|
||||
|
||||
|
||||
@@ -29,13 +29,6 @@ namespace MPF.Core.ExecutionContexts.Aaru
|
||||
|
||||
#endregion
|
||||
|
||||
#region Metadata
|
||||
|
||||
/// <inheritdoc/>
|
||||
public override InternalProgram InternalProgram => InternalProgram.Aaru;
|
||||
|
||||
#endregion
|
||||
|
||||
#region Flag Values
|
||||
|
||||
public int? BlockSizeValue { get; set; }
|
||||
|
||||
@@ -109,11 +109,6 @@ namespace MPF.Core.ExecutionContexts
|
||||
/// </summary>
|
||||
public string? ExecutablePath { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Program that this set of parameters represents
|
||||
/// </summary>
|
||||
public virtual InternalProgram InternalProgram { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Currently represented system
|
||||
/// </summary>
|
||||
|
||||
@@ -31,13 +31,6 @@ namespace MPF.Core.ExecutionContexts.DiscImageCreator
|
||||
|
||||
#endregion
|
||||
|
||||
#region Metadata
|
||||
|
||||
/// <inheritdoc/>
|
||||
public override InternalProgram InternalProgram => InternalProgram.DiscImageCreator;
|
||||
|
||||
#endregion
|
||||
|
||||
#region Common Input Values
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -26,13 +26,6 @@ namespace MPF.Core.ExecutionContexts.Redumper
|
||||
|
||||
#endregion
|
||||
|
||||
#region Metadata
|
||||
|
||||
/// <inheritdoc/>
|
||||
public override InternalProgram InternalProgram => InternalProgram.Redumper;
|
||||
|
||||
#endregion
|
||||
|
||||
#region Flag Values
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user