Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
Remove outdated CO regions
Browse files Browse the repository at this point in the history
  • Loading branch information
borisz committed Apr 4, 2012
1 parent 6c413a3 commit b8d35e6
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions source/com/maxmind/geoip/regionName.java
Original file line number Diff line number Diff line change
Expand Up @@ -2278,15 +2278,6 @@ else if ( ( ((region_code.charAt(0) >= 65) && (region_code.charAt(0) < (65
case 4:
name = "Atlantico";
break;
case 5:
name = "Bolivar Department";
break;
case 6:
name = "Boyaca Department";
break;
case 7:
name = "Caldas Department";
break;
case 8:
name = "Caqueta";
break;
Expand Down Expand Up @@ -2314,9 +2305,6 @@ else if ( ( ((region_code.charAt(0) >= 65) && (region_code.charAt(0) < (65
case 17:
name = "La Guajira";
break;
case 18:
name = "Magdalena Department";
break;
case 19:
name = "Meta";
break;
Expand Down

0 comments on commit b8d35e6

Please sign in to comment.