diff --git a/app/src/main/java/net/helcel/beans/countries/Country.kt b/app/src/main/java/net/helcel/beans/countries/Country.kt index 54e1a23..0b39838 100644 --- a/app/src/main/java/net/helcel/beans/countries/Country.kt +++ b/app/src/main/java/net/helcel/beans/countries/Country.kt @@ -5,9 +5,10 @@ enum class Country( override val area: Int ) : GeoLoc { ATA("Antarctica", 14000000), - HKG("Hong Kong", 1104), - MAC("Macao", 32), - ANT("Netherlands Antilles", 800), + + // HKG("Hong Kong", 1104), +// MAC("Macao", 32), +// ANT("Netherlands Antilles", 800), AFG("Afghanistan", 645487), XAD("Akrotiri and Dhekelia", 234), ALA("Ă…land", 1483),