Removed a function that is no longer used and should not be used imo (#6055)

This commit is contained in:
Xander Lenstra 2022-01-26 21:46:36 +01:00 committed by GitHub
parent dddba4d969
commit 47af1ff1c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)