Remove LogoutNavigationItemRenderer

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-10 14:06:49 +01:00
parent 92e3895c94
commit 8a26e81c1c
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
<?php
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
namespace Icinga\Web\Navigation\Renderer;
use Icinga\Web\Navigation\NavigationItem;
class LogoutNavigationItemRenderer extends NavigationItemRenderer
{
public function render(NavigationItem $item = null)
{
return parent::render($item);
}
}