From 04c4ba0542a76cd04fccc77f8d1d2c1d4bfed6fb Mon Sep 17 00:00:00 2001 From: Kurund Jalmi Date: Fri, 17 May 2013 16:55:32 -0400 Subject: [PATCH] remove obsolete code --- CRM/Contact/Form/GroupContact.php | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/CRM/Contact/Form/GroupContact.php b/CRM/Contact/Form/GroupContact.php index ba5f73ccf6..88325ee09e 100644 --- a/CRM/Contact/Form/GroupContact.php +++ b/CRM/Contact/Form/GroupContact.php @@ -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 * -- 2.25.1