Skip to content

Commit

Permalink
Deletes an unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
meikpiep committed Jan 7, 2025
1 parent 168ad83 commit 8234df8
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,5 @@ class NewGameViewModel :
mutableGameVariantState.value = gridVariantState()
}

fun difficultyClassificationAvailable(): Boolean =
mutableGameVariantState.value.calculationAlgorithm == GridCalculationAlgorithm.RandomGrid &&
rater.isSupported(mutableGameVariantState.value.variant)

fun singleCellOptionsAvailable(): Boolean = mutableGameVariantState.value.calculationAlgorithm == GridCalculationAlgorithm.RandomGrid
}

0 comments on commit 8234df8

Please sign in to comment.