Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Nov 17, 2023
1 parent b2b8c07 commit bcc4b92
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions NAMS/Tiles/TilesView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,6 @@ struct TilesView: View {
@State private var presentingQuestionnaire: Questionnaire?
@State private var presentingEEGRecording = false

private var isPresentedBinding: Binding<Bool> {
Binding {
presentingQuestionnaire != nil
} set: { newValue in
if !newValue {
presentingQuestionnaire = nil
}
}
}

private var questionnaires: [ScreeningTask] {
taskList(ScreeningTask.all)
}
Expand Down

0 comments on commit bcc4b92

Please sign in to comment.