Skip to content

Commit 9b356e4

Browse files
committed
Merge branch 'fix/remove-unused-tip' into 'master'
Remove unused user tip See merge request fmasa/wfrp-master!257
2 parents 398021c + 2a607a9 commit 9b356e4

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

common/src/commonMain/kotlin/cz/frantisekmasa/wfrp_master/common/core/ui/primitives/UserTipCard.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,4 @@ fun UserTipCard(tip: UserTip, modifier: Modifier = Modifier) {
105105

106106
enum class UserTip(override val nameResolver: (strings: Strings) -> String) : NamedEnum {
107107
ARMOUR_TRAPPINGS({ it.armour.tipTrappings }),
108-
DEPRECATED_LEGACY_ARMOUR({ it.armour.tipDeprecatedLegacyArmour }),
109108
}

common/src/commonMain/kotlin/cz/frantisekmasa/wfrp_master/common/localization/Strings.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,6 @@ data class ArmourStrings(
182182
val qualities: ArmourQualityStrings = ArmourQualityStrings(),
183183
val shield: String = "Shield",
184184
val tipTrappings: String = "Armour is auto-calculated from worn armour trappings.",
185-
val tipDeprecatedLegacyArmour: String =
186-
"Manual armour will be removed in next versions in favor of auto-calculated armour from worn trappings.",
187185
val title: String = "Armour",
188186
val types: ArmourTypeStrings = ArmourTypeStrings(),
189187
)

0 commit comments

Comments
 (0)