From 9ccbf1f8fc38dbd7e8c4c7695438498251887343 Mon Sep 17 00:00:00 2001 From: yairm210 Date: Fri, 18 Apr 2025 12:08:20 +0300 Subject: [PATCH] . --- core/src/com/unciv/ui/objectdescriptions/DescriptionHelpers.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/src/com/unciv/ui/objectdescriptions/DescriptionHelpers.kt b/core/src/com/unciv/ui/objectdescriptions/DescriptionHelpers.kt index 4223fa7c58..b65e30c3d9 100644 --- a/core/src/com/unciv/ui/objectdescriptions/DescriptionHelpers.kt +++ b/core/src/com/unciv/ui/objectdescriptions/DescriptionHelpers.kt @@ -30,7 +30,6 @@ fun IHasUniques.uniquesToDescription( * A Sequence of user-visible Uniques as [FormattedLine]s. * * @param leadingSeparator Tristate: If there are lines to display and this parameter is not `null`, a leading line is output, as separator or empty line. - * @param sorted If set, sorts alphabetically (**not** using a locale-specific Collator). Otherwise lists in json order. * @param colorConsumesResources If set, ConsumesResources Uniques get a reddish color. * @param exclude Predicate that can exclude Uniques by returning `true` (defaults to return `false`). */ @@ -59,7 +58,6 @@ fun IHasUniques.uniquesToCivilopediaTextLines( * Appends user-visible Uniques as [FormattedLine]s to [lineList]. * * @param leadingSeparator Tristate: If there are lines to display and this parameter is not `null`, a leading line is output, as separator or empty line. - * @param sorted If set, sorts alphabetically (**not** using a locale-specific Collator). Otherwise lists in json order. * @param colorConsumesResources If set, ConsumesResources Uniques get a reddish color. * @param exclude Predicate that can exclude Uniques by returning `true` (defaults to return `false`). */