Remove unnecessary lines
This commit is contained in:
parent
6d9d4a0e3b
commit
69a1781106
2 changed files with 0 additions and 2 deletions
|
@ -34,7 +34,6 @@ fun Question(
|
|||
onPointsChange: (Player, Long) -> Unit,
|
||||
onResolve: () -> Unit
|
||||
) {
|
||||
// TODO: Indicate who answered the question
|
||||
var questionVisible by remember { mutableStateOf(false) }
|
||||
var questionResolution by remember { mutableStateOf(QuestionResolution(false, null)) }
|
||||
var pointsButtonActive by remember { mutableStateOf(false) }
|
||||
|
|
|
@ -87,4 +87,3 @@ fun QuestionDialogButtons(
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue