Skip to content

Commit e2fb3e1

Browse files
committed
fix: remove unused System enum and minimum macOS version constant
1 parent 2abfbd3 commit e2fb3e1

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

VolumeGrid/Constants.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,4 @@ enum VolumeGridConstants {
8787
static let menuProgressBarFillColor: NSColor = NSColor.white.withAlphaComponent(0.6)
8888
static let menuProgressBarThumbColor: NSColor = NSColor.white
8989
}
90-
91-
enum System {
92-
static let minimumMacOSVersion = "14.0"
93-
}
9490
}

0 commit comments

Comments
 (0)