Skip to content

Commit

Permalink
Deletes an unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
meikpiep committed Jan 9, 2025
1 parent d75b408 commit e9362d3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import org.piepmeyer.gauguin.calculation.GridPreviewCalculationService
import org.piepmeyer.gauguin.calculation.GridPreviewListener
import org.piepmeyer.gauguin.creation.GridBuilder
import org.piepmeyer.gauguin.creation.GridCalculatorFactory
import org.piepmeyer.gauguin.difficulty.GameDifficultyRater
import org.piepmeyer.gauguin.game.GameLifecycle
import org.piepmeyer.gauguin.grid.Grid
import org.piepmeyer.gauguin.grid.GridSize
Expand Down Expand Up @@ -48,7 +47,6 @@ class NewGameViewModel :
private val gameLifecycle: GameLifecycle by inject()

private val previewService = GridPreviewCalculationService()
private val rater = GameDifficultyRater()

private val mutablePreviewGridState = MutableStateFlow(initialPreviewService())
private val mutableGameVariantState = MutableStateFlow(gridVariantState())
Expand Down

0 comments on commit e9362d3

Please sign in to comment.