diff --git a/administrator/components/com_installer/helpers/installer.php b/administrator/components/com_installer/helpers/installer.php index eef635d2d5447..c97e6590303f0 100644 --- a/administrator/components/com_installer/helpers/installer.php +++ b/administrator/components/com_installer/helpers/installer.php @@ -121,25 +121,6 @@ public static function getExtensionGroupes() return $options; } - /** - * Gets a list of the actions that can be performed. - * - * @return JObject - * - * @since 1.6 - * @deprecated 3.2 Use JHelperContent::getActions() instead - */ - public static function getActions() - { - // Log usage of deprecated function - JLog::add(__METHOD__ . '() is deprecated, use JHelperContent::getActions() with new arguments order instead.', JLog::WARNING, 'deprecated'); - - // Get list of actions - $result = JHelperContent::getActions('com_installer'); - - return $result; - } - /** * Get a list of filter options for the application clients. * diff --git a/administrator/components/com_joomlaupdate/helpers/joomlaupdate.php b/administrator/components/com_joomlaupdate/helpers/joomlaupdate.php deleted file mode 100644 index 0ba8a22be5f9e..0000000000000 --- a/administrator/components/com_joomlaupdate/helpers/joomlaupdate.php +++ /dev/null @@ -1,37 +0,0 @@ -getTag(); $search_ignore = $lang->getIgnoredSearchWords(); + $ignored = false; // Deprecated in 1.6 use $lang->getIgnoredSearchWords instead. $ignoreFile = $lang->getLanguagePath() . '/' . $tag . '/' . $tag . '.ignore.php'; diff --git a/administrator/components/com_templates/helpers/templates.php b/administrator/components/com_templates/helpers/templates.php index 498a655c10faa..dd53192116f12 100644 --- a/administrator/components/com_templates/helpers/templates.php +++ b/administrator/components/com_templates/helpers/templates.php @@ -37,24 +37,6 @@ public static function addSubmenu($vName) ); } - /** - * Gets a list of the actions that can be performed. - * - * @return JObject - * - * @deprecated 3.2 Use JHelperContent::getActions() instead - */ - public static function getActions() - { - // Log usage of deprecated function - JLog::add(__METHOD__ . '() is deprecated, use JHelperContent::getActions() with new arguments order instead.', JLog::WARNING, 'deprecated'); - - // Get list of actions - $result = JHelperContent::getActions('com_templates'); - - return $result; - } - /** * Get a list of filter options for the application clients. * diff --git a/administrator/components/com_users/helpers/users.php b/administrator/components/com_users/helpers/users.php index c3a9770ca39c7..35780a46002fa 100644 --- a/administrator/components/com_users/helpers/users.php +++ b/administrator/components/com_users/helpers/users.php @@ -69,24 +69,6 @@ public static function addSubmenu($vName) } } - /** - * Gets a list of the actions that can be performed. - * - * @return JObject - * - * @deprecated 3.2 Use JHelperContent::getActions() instead - */ - public static function getActions() - { - // Log usage of deprecated function - JLog::add(__METHOD__ . '() is deprecated, use JHelperContent::getActions() with new arguments order instead.', JLog::WARNING, 'deprecated'); - - // Get list of actions - $result = JHelperContent::getActions('com_users'); - - return $result; - } - /** * Get a list of filter options for the blocked state of a user. *