Remove unused byte array constant

This commit is contained in:
Matt Nadareski
2024-05-21 21:00:04 -04:00
parent 26daa46486
commit 3ba4db8f0a
2 changed files with 1 additions and 3 deletions

View File

@@ -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)

View File

@@ -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 };