mirror of
https://github.com/neon443/StickerSlack.git
synced 2026-03-11 05:19:13 +00:00
remove a couple unused vars
This commit is contained in:
@@ -10,10 +10,6 @@ import SwiftUI
|
|||||||
struct TrieTestingView: View {
|
struct TrieTestingView: View {
|
||||||
@ObservedObject var hoarder: EmojiHoarder = EmojiHoarder(localOnly: true)
|
@ObservedObject var hoarder: EmojiHoarder = EmojiHoarder(localOnly: true)
|
||||||
|
|
||||||
@State var id: UUID = UUID()
|
|
||||||
|
|
||||||
@State var newWord: String = "hello"
|
|
||||||
|
|
||||||
@State var searchTerm: String = ""
|
@State var searchTerm: String = ""
|
||||||
@State var searchStatus: Bool? = nil
|
@State var searchStatus: Bool? = nil
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user