Skip to content

Commit

Permalink
Merge pull request #8793 from wilsonge/remove-dead-controller
Browse files Browse the repository at this point in the history
Remove dead code
  • Loading branch information
Thomas Hunziker committed Dec 28, 2015
2 parents 7848324 + 6accace commit 30e724f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 73 deletions.

This file was deleted.

16 changes: 0 additions & 16 deletions administrator/components/com_config/controllers/application.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,22 +66,6 @@ public function cancel()
return $controller->execute();
}

/**
* Method to refresh the help display.
*
* @return void
*
* @deprecated 4.0 Use ConfigControllerApplicationRefreshhelp instead.
*/
public function refreshHelp()
{
JLog::add('ConfigControllerApplication is deprecated. Use ConfigControllerApplicationRefreshhelp instead.', JLog::WARNING, 'deprecated');

$controller = new ConfigControllerApplicationRefreshhelp;

$controller->execute();
}

/**
* Method to remove the root property from the configuration.
*
Expand Down

0 comments on commit 30e724f

Please sign in to comment.