Skip to content

Commit 9b65fae

Browse files
committed
unused properties removed
1 parent 0ff5aea commit 9b65fae

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Sources/ComponentsKit/ProgressBar/Models/ProgressBarVM.swift

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,6 @@ public struct ProgressBarVM: ComponentVM {
2828
/// Defaults to `.medium`.
2929
public var cornerRadius: ComponentRadius = .medium
3030

31-
/// The width of the stripes in the `.striped` progress bar style.
32-
public var stripeWidth: CGFloat = 2
33-
34-
/// The spacing between the stripes in the `.striped` progress bar style.
35-
public var stripeSpacing: CGFloat = 4
36-
37-
/// The angle of the stripes in the `.striped` progress bar style..
38-
public var stripeAngle: Angle = .degrees(135)
39-
4031
/// The padding applied to the modal's content area.
4132
///
4233
/// Defaults to a padding value of `3` for all sides.

0 commit comments

Comments
 (0)