//removed unused code

This commit is contained in:
Vincent Augagneur
2013-09-19 17:01:20 +02:00
parent 53e046c4b5
commit 97cff2210f
@@ -121,7 +121,6 @@ class BlockBestSellers extends Module
'title' => $this->l('Settings'),
'icon' => 'icon-star-empty'
),
'id_form' => 'step_carrier_general',
'input' => array(
array(
'type' => 'switch',
@@ -235,4 +234,4 @@ class BlockBestSellers extends Module
'PS_BLOCK_BESTSELLERS_DISPLAY' => Tools::getValue('PS_BLOCK_BESTSELLERS_DISPLAY', Configuration::get('PS_BLOCK_BESTSELLERS_DISPLAY')),
);
}
}
}