From d0f28894153935e3eafa66b3c931805a59cfe790 Mon Sep 17 00:00:00 2001 From: Kurund Jalmi Date: Tue, 23 Apr 2013 17:26:43 -0700 Subject: [PATCH] code cleanup --- CRM/Group/Page/Group.php | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/CRM/Group/Page/Group.php b/CRM/Group/Page/Group.php index 7fe7385694..8dc40e4ba1 100644 --- a/CRM/Group/Page/Group.php +++ b/CRM/Group/Page/Group.php @@ -33,7 +33,9 @@ * */ class CRM_Group_Page_Group extends CRM_Core_Page_Basic { - protected $_sortByCharacter; function getBAOName() { + protected $_sortByCharacter; + + function getBAOName() { return 'CRM_Contact_BAO_Group'; } @@ -65,16 +67,6 @@ class CRM_Group_Page_Group extends CRM_Core_Page_Basic { return ts('Edit Group'); } - /** - * return class name of delete form - * - * @return string - * @access public - */ - function deleteForm() { - return 'CRM_Group_Form_Delete'; - } - /** * return name of delete form * -- 2.25.1