Skip to content

Commit 5cb3187

Browse files
authored
Removed unused variable (#1355)
1 parent 10da7af commit 5cb3187

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/code/core/Mage/Adminhtml/Model/Email/Template.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ public function getSystemConfigPathsWhereUsedAsDefault()
5353
}
5454
$paths = array();
5555

56-
$configSections = Mage::getSingleton('adminhtml/config')->getSections();
57-
5856
// find nodes which are using $templateCode value
5957
$defaultCfgNodes = Mage::getConfig()->getXpath('default/*/*[*="' . $templateCode . '"]');
6058
if (!is_array($defaultCfgNodes)) {

0 commit comments

Comments
 (0)