Skip to content

Commit c4906f1

Browse files
committed
fix phpcs fix
1 parent c086ab2 commit c4906f1

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

app/code/Magento/Catalog/Block/Rss/Category.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -281,18 +281,5 @@ public function getFeeds()
281281
public function isAuthRequired()
282282
{
283283
return false;
284-
}
285-
286-
/**
287-
* Retrieve config view
288-
*
289-
* @return \Magento\Framework\Config\View
290-
*/
291-
private function getConfigView()
292-
{
293-
if (!$this->configView) {
294-
$this->configView = $this->_viewConfig->getViewConfig();
295-
}
296-
return $this->configView;
297284
}
298285
}

0 commit comments

Comments
 (0)