diff --git a/geocoder.widget.inc b/geocoder.widget.inc
index 60ab70d..f67b9a0 100644
--- a/geocoder.widget.inc
+++ b/geocoder.widget.inc
@@ -79,16 +79,6 @@ function geocoder_field_widget_settings_form($this_field, $instance) {
       $entity_fields['name']['label'] = t('Name');
 
       break;
-
-    case 'country':
-      $all_fields['name'] = array(
-        'field_name' => 'name',
-        'type' => 'text',
-      );
-
-      $entity_fields['name']['label'] = t('Name');
-
-      break;
   }
 
   // Get a list of all valid fields that we both support and are part of this
