From 0b3c0d69bbc4a8599f23a95050ca708d19846f96 Mon Sep 17 00:00:00 2001 From: Chris Burgess Date: Mon, 13 Mar 2017 15:11:03 +1300 Subject: [PATCH] Remove CRM_Core_Form::generateID(). * This function is documented as not documented. * This function is not used. * This function does nothing. --- CRM/Core/Form.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CRM/Core/Form.php b/CRM/Core/Form.php index fadce93d65..844c3cf510 100644 --- a/CRM/Core/Form.php +++ b/CRM/Core/Form.php @@ -271,12 +271,6 @@ class CRM_Core_Form extends HTML_QuickForm_Page { $this->assign('snippet', CRM_Utils_Array::value('snippet', $_GET)); } - /** - * Generate ID for some reason & purpose that is unknown & undocumented. - */ - public static function generateID() { - } - /** * Add one or more css classes to the form. * -- 2.25.1