removed unused variable

added missing use statement
This commit is contained in:
Steffen Schröder
2014-05-02 15:20:25 +02:00
parent dcaf247813
commit 36b76da5c9
5 changed files with 3 additions and 5 deletions

View File

@ -133,8 +133,6 @@ class ManiaExchangeList implements CallbackListener, ManialinkPageAnswerListener
$paging = new Paging();
$script->addFeature($paging);
$pagesId = 'MxListPages';
// Main frame
$frame = $this->maniaControl->manialinkManager->styleManager->getDefaultListFrame($script, $paging);
$maniaLink->add($frame);