mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-26 13:27:22 -04:00
Removed a function that is no longer used and should not be used imo (#6055)
This commit is contained in:
parent
dddba4d969
commit
47af1ff1c3
@ -839,11 +839,6 @@ class CityInfo {
|
||||
}
|
||||
}
|
||||
|
||||
// Get all uniques that originate from this city
|
||||
fun getAllLocalUniques(): Sequence<Unique> {
|
||||
return cityConstructions.builtBuildingUniqueMap.getAllUniques() + religion.getUniques()
|
||||
}
|
||||
|
||||
// Get all matching uniques that don't apply to only this city
|
||||
fun getMatchingUniquesWithNonLocalEffects(placeholderText: String): Sequence<Unique> {
|
||||
return cityConstructions.builtBuildingUniqueMap.getUniques(placeholderText)
|
||||
|
Loading…
x
Reference in New Issue
Block a user