CRM-14264 : start using xml for gender / suffix / prefix
[civicrm-core.git] / CRM / Contact / Form / GroupContact.php
index ba5f73ccf6eefa76b7118e058cdee3f66e926bdd..88325ee09e70edf6a4963a696fb62268e81b84e8 100644 (file)
@@ -59,29 +59,6 @@ class CRM_Contact_Form_GroupContact extends CRM_Core_Form {
     $this->_context = CRM_Utils_Request::retrieve('context', 'String', $this);
   }
 
-  /**
-   * This function sets the default values for the form. GroupContact that in edit/view mode
-   * the default values are retrieved from the database
-   *
-   * @access public
-   *
-   * @return None
-   */
-  function setDefaultValues() {
-    $defaults = array();
-    $params = array();
-
-    return $defaults;
-  }
-
-  /**
-   * This function is used to add the rules for form.
-   *
-   * @return None
-   * @access public
-   */
-  function addRules() {}
-
   /**
    * Function to build the form
    *