Skip to content

Commit 64fe424

Browse files
committed
Remove unnecessary variable
1 parent 0331e9e commit 64fe424

File tree

1 file changed

+0
-2
lines changed
  • Sources/LiveViewNative/Views/Controls and Indicators/Menus

1 file changed

+0
-2
lines changed

Sources/LiveViewNative/Views/Controls and Indicators/Menus/Menu.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ struct Menu<R: CustomRegistry>: View {
1111
@ObservedElement private var element: ElementNode
1212
let context: LiveContext<R>
1313

14-
@FormState(default: false) var value: Bool
15-
1614
init(element: ElementNode, context: LiveContext<R>) {
1715
self.context = context
1816
}

0 commit comments

Comments
 (0)