CRM-15172 - Refactor forms to use addChainSelect method
[civicrm-core.git] / CRM / Contact / BAO / Contact / Utils.php
index 3b1001edb5466df04a12c03ee9ee44442450026b..67a0e1f9031844faed73443ab0b75a310c494292 100644 (file)
@@ -517,15 +517,6 @@ WHERE id={$contactId}; ";
     );
     //build the address block
     CRM_Contact_Form_Edit_Address::buildQuickForm($form);
-
-    // also fix the state country selector
-    CRM_Contact_Form_Edit_Address::fixStateSelect($form,
-      'address[1][country_id]',
-      'address[1][state_province_id]',
-      "address[1][county_id]",
-      $countryID,
-      $stateID
-    );
   }
 
   /**