Remove un used line

This commit is contained in:
Avery Pace 2021-11-08 12:26:45 -05:00
parent a1eadd6772
commit fba23ca947
1 changed files with 0 additions and 1 deletions

View File

@ -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] = []