mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Remove unused byte array constant
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
- Clean up usings after moving methods
|
||||
- Remove Chime
|
||||
- Move string contents for UI to view model
|
||||
- Remove unused byte array constant
|
||||
|
||||
### 3.1.9a (2024-05-21)
|
||||
|
||||
|
||||
@@ -9,9 +9,6 @@ namespace MPF.Core.Data
|
||||
/// </summary>
|
||||
public static class Interface
|
||||
{
|
||||
// Byte arrays for signatures
|
||||
public static readonly byte[] SaturnSectorZeroStart = [0x53, 0x45, 0x47, 0x41, 0x20, 0x53, 0x45, 0x47, 0x41, 0x53, 0x41, 0x54, 0x55, 0x52, 0x4E, 0x20];
|
||||
|
||||
// Lists of known drive speed ranges
|
||||
#if NET20 || NET35 || NET40
|
||||
public static IList<int> CD { get; } = new List<int> { 1, 2, 3, 4, 6, 8, 12, 16, 20, 24, 32, 40, 44, 48, 52, 56, 72 };
|
||||
|
||||
Reference in New Issue
Block a user