We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c086ab2 commit c4906f1Copy full SHA for c4906f1
app/code/Magento/Catalog/Block/Rss/Category.php
@@ -281,18 +281,5 @@ public function getFeeds()
281
public function isAuthRequired()
282
{
283
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;
297
}
298
0 commit comments