From 88a5acd047c5cdbc24ad607416a0cc6405663db7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Chans=C3=A9aume?= Date: Mon, 28 Apr 2014 14:41:36 +0200 Subject: [PATCH] unnecessary code removed --- .../lib/Thelia/Core/Template/Smarty/Plugins/CartPostage.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/core/lib/Thelia/Core/Template/Smarty/Plugins/CartPostage.php b/core/lib/Thelia/Core/Template/Smarty/Plugins/CartPostage.php index 9ab021886..1fb8df43e 100644 --- a/core/lib/Thelia/Core/Template/Smarty/Plugins/CartPostage.php +++ b/core/lib/Thelia/Core/Template/Smarty/Plugins/CartPostage.php @@ -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;