Skip to content

Commit efdf6e0

Browse files
committed
Fix Xcode 15 build error
1 parent 846929e commit efdf6e0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Sources/Views/WeekView.swift

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,6 @@ public extension FastisConfig {
9595
*/
9696
struct WeekView {
9797

98-
/**
99-
Calendar which is used to get a `.shortWeekdaySymbols`
100-
101-
Default value — `.current`
102-
*/
103-
@available(*, unavailable, message: "Use FastisConfig.calendar propery instead")
104-
public var calendar: Calendar = .current
105-
10698
/**
10799
Background color of the view
108100

0 commit comments

Comments
 (0)