Skip to content

Commit c3464ff

Browse files
committed
#14 obsolete method (is inherited)
1 parent 54b4942 commit c3464ff

File tree

1 file changed

+0
-11
lines changed
  • app/code/community/LeMike/DevMode/Helper

1 file changed

+0
-11
lines changed

app/code/community/LeMike/DevMode/Helper/Data.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,6 @@ public function getStoreConfig($path)
3434
}
3535

3636

37-
protected function _getStoreId()
38-
{
39-
if (null === $this->_storeId)
40-
{
41-
$this->_storeId = Mage::app()->getStore()->getStoreId();
42-
}
43-
44-
return $this->_storeId;
45-
}
46-
47-
4837
public function truncateModel($model)
4938
{
5039
$processed = 0;

0 commit comments

Comments
 (0)