mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Delete unused vars
This commit is contained in:
parent
623a30e286
commit
9c8bda898b
1 changed files with 1 additions and 3 deletions
|
|
@ -21,9 +21,8 @@ struct UserMessageList: View {
|
|||
@State var typingMessage: String = ""
|
||||
@State private var totalBytes = 0
|
||||
var maxbytes = 228
|
||||
//@State var lastTypingMessage = ""
|
||||
@FocusState var focusedField: Field?
|
||||
|
||||
|
||||
@ObservedObject var user: UserEntity
|
||||
|
||||
@State var showDeleteMessageAlert = false
|
||||
|
|
@ -34,7 +33,6 @@ struct UserMessageList: View {
|
|||
@State private var messageCount = 0
|
||||
@State private var refreshId = UUID()
|
||||
|
||||
//@State var hasReachedMessageSizeLimit = false
|
||||
|
||||
var body: some View {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue