Skip to content

Commit

Permalink
Unused property removed
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Mar 14, 2024
1 parent 6369af8 commit 1cb5b5b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import Foundation

internal struct SegmentedControlMessage: SegmentedMessage {
let message: MeshMessage?
let localElement: Element?
let userInitiated: Bool
let source: Address
let destination: Address
Expand Down Expand Up @@ -88,7 +87,6 @@ internal struct SegmentedControlMessage: SegmentedMessage {
ivIndex = networkPdu.ivIndex
ttl = networkPdu.ttl
message = nil
localElement = nil
userInitiated = false
}
}
Expand Down

0 comments on commit 1cb5b5b

Please sign in to comment.