Remove un used line
This commit is contained in:
parent
a1eadd6772
commit
fba23ca947
@ -62,7 +62,6 @@ struct FlashCardStack: View {
|
||||
var dictionary: [TokiDictEntry]
|
||||
@State private var flashCards: [FlashCard] = []
|
||||
@State private var topFlashCard: FlashCard? = nil
|
||||
@State private var flashCardStack: [FlashCard] = []
|
||||
@State private var flashCardsAreInteractive: [Bool] = []
|
||||
@State private var flashCardsVertOffset: [CGFloat] = []
|
||||
@State private var flashCardsResults: [FlashCardResult] = []
|
||||
|
Loading…
Reference in New Issue
Block a user