Skip to content

Commit fa2d217

Browse files
committed
Removed redundant protocol conformance
1 parent 41b5b04 commit fa2d217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TimecodeKitUI/SwiftUI/TimecodeField/TimecodeField.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ import TimecodeKitCore
126126
///
127127
/// For keys that navigate timecode component focus, see the <doc:#Focus> section above.
128128
@available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0, *)
129-
public struct TimecodeField: View, RejectedInputFeedbackable {
129+
public struct TimecodeField: View {
130130
// MARK: - Standard Environment
131131

132132
@Environment(\.isEnabled) private var isEnabled

0 commit comments

Comments
 (0)