Skip to content

Commit

Permalink
MenuCircleButton: Removed unused init(_ title: StringProtocol) pa…
Browse files Browse the repository at this point in the history
…rameter `label`
  • Loading branch information
orchetect committed Dec 24, 2024
1 parent 0ee0d6e commit 4bf509c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/MacControlCenterUI/Controls/MenuCircleButton.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public struct MenuCircleButton<Label: View>: View {
_ title: S,
controlSize: MenuCircleButtonSize = .menu,
style: MenuCircleButtonStyle,
@ViewBuilder label: @escaping () -> Label,
action actionBlock: @escaping () -> Void
) where S: StringProtocol, Label == Text {
self.init(
Expand Down

0 comments on commit 4bf509c

Please sign in to comment.