Remove unnecessary lines

This commit is contained in:
Oliver Rümpelein 2021-08-17 23:06:26 +02:00
parent 6d9d4a0e3b
commit 69a1781106
2 changed files with 0 additions and 2 deletions

View File

@ -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) }

View File

@ -87,4 +87,3 @@ fun QuestionDialogButtons(
}
}
}