monitoring: Remove HostsController::deleteCommentAction()

Not used.
This commit is contained in:
Eric Lippmann 2015-08-27 23:27:29 +02:00
parent 6e2afe5d57
commit acef9ce095
1 changed files with 0 additions and 12 deletions

View File

@ -168,18 +168,6 @@ class HostsController extends Controller
$this->handleCommandForm($form); $this->handleCommandForm($form);
} }
/**
* Delete a comment
*/
public function deleteCommentAction()
{
$this->assertPermission('monitoring/command/comment/delete');
$form = new DeleteCommentCommandForm();
$form->setTitle($this->translate('Delete Host Comments'));
$this->handleCommandForm($form);
}
/** /**
* Acknowledge host problems * Acknowledge host problems
*/ */