Skip to content

Commit

Permalink
remove ArchiveCategory.hasCategoryPath (#990)
Browse files Browse the repository at this point in the history
last use removed with #988
  • Loading branch information
bolsinga authored Oct 19, 2024
1 parent aa91b52 commit 4bd1679
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Sources/Site/Music/UI/ArchiveNavigation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ extension Logger {
fileprivate static let archive = Logger(category: "archive")
}

extension ArchiveCategory {
fileprivate var hasCategoryPath: Bool {
if case .stats = self { return false }
return true
}
}

@Observable final class ArchiveNavigation: CustomStringConvertible {
struct State: Codable, Equatable, Sendable {
var category: ArchiveCategory?
Expand Down

0 comments on commit 4bd1679

Please sign in to comment.