unnecessary code removed

This commit is contained in:
Julien Chanséaume
2014-04-28 14:41:36 +02:00
parent 5856b0849b
commit 88a5acd047

View File

@@ -13,7 +13,6 @@
namespace Thelia\Core\Template\Smarty\Plugins;
use Propel\Runtime\ActiveQuery\Criteria;
use Propel\Runtime\Util\PropelModelPager;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Thelia\Core\Template\Smarty\AbstractSmartyPlugin;
use Thelia\Core\Template\Smarty\SmartyPluginDescriptor;
@@ -34,11 +33,6 @@ use Thelia\Module\Exception\DeliveryException;
*/
class CartPostage extends AbstractSmartyPlugin
{
/** @var PropelModelPager[] */
protected static $pagination = null;
protected $loopDefinition = array();
/** @var \Thelia\Core\HttpFoundation\Request The Request */
protected $request;