Skip to content
Snippets Groups Projects
Commit ccea8c23 authored by Torsten Oppermann's avatar Torsten Oppermann
Browse files

[TASk] Removed unncessary code

parent 9a490598
No related branches found
No related tags found
1 merge request!5Feature 5 2 0
......@@ -56,11 +56,6 @@ class OverviewController extends AbstractController {
*/
protected $newsRepository;
/**
* @var array $newsFilter
*/
private $newsFilter = [];
/**
* Renders the news overview
*
......@@ -71,8 +66,6 @@ class OverviewController extends AbstractController {
* @throws \TYPO3\CMS\Extbase\Mvc\Exception\StopActionException
*/
public function overviewAction(array $newsFilter = []) {
$this->newsFilter = $newsFilter;
switch ((int) $this->settings['groupBy']) {
case 1:
$this->overviewWithCategories();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment