From 3cf226e083535c84830fa28112aa4460ea874855 Mon Sep 17 00:00:00 2001 From: TheSaminator Date: Wed, 6 Jul 2022 09:55:08 -0400 Subject: [PATCH] Remove unused property --- .../kotlin/net/starshipfights/campaign/cluster_params.kt | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/commonMain/kotlin/net/starshipfights/campaign/cluster_params.kt b/src/commonMain/kotlin/net/starshipfights/campaign/cluster_params.kt index 35db2d0..921c5c0 100644 --- a/src/commonMain/kotlin/net/starshipfights/campaign/cluster_params.kt +++ b/src/commonMain/kotlin/net/starshipfights/campaign/cluster_params.kt @@ -63,9 +63,6 @@ value class ClusterFactions private constructor(private val factions: Map it == ClusterFactionMode.REQUIRE } - fun asGenerationSequence() = sequence { val required = factions.filterValues { it == ClusterFactionMode.REQUIRE }.keys val included = factions.filterValues { it != ClusterFactionMode.EXCLUDE }.keys -- 2.25.1