From: Joseph Lacey Date: Fri, 8 Jan 2016 18:01:45 +0000 (-0500) Subject: Removing legacy handling of selector columns X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ae66046d1dd5058c77c02c3eb9232c9ac035c412;p=civicrm-core.git Removing legacy handling of selector columns --- diff --git a/CRM/Group/Page/AJAX.php b/CRM/Group/Page/AJAX.php index 47ca4f49ad..96894203ef 100644 --- a/CRM/Group/Page/AJAX.php +++ b/CRM/Group/Page/AJAX.php @@ -86,11 +86,6 @@ class CRM_Group_Page_AJAX { } } - /* - if (empty($params['showOrgInfo'])) { - unset($selectorElements[6]); - } - */ //add setting so this can be tested by unit test //@todo - ideally the portion of this that retrieves the groups should be extracted into a function separate // from the one which deals with web inputs & outputs so we have a properly testable & re-usable function