From f0c5e1b0b98b2088c2ccce06850d14885c8ea6f8 Mon Sep 17 00:00:00 2001 From: Etienne Roudeix Date: Wed, 29 Jan 2014 09:34:36 +0100 Subject: [PATCH] remove unnecessary use call --- core/lib/Thelia/Core/Template/Smarty/Plugins/TheliaLoop.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/lib/Thelia/Core/Template/Smarty/Plugins/TheliaLoop.php b/core/lib/Thelia/Core/Template/Smarty/Plugins/TheliaLoop.php index 1b75f2096..daeab4218 100644 --- a/core/lib/Thelia/Core/Template/Smarty/Plugins/TheliaLoop.php +++ b/core/lib/Thelia/Core/Template/Smarty/Plugins/TheliaLoop.php @@ -31,9 +31,6 @@ use Thelia\Core\Template\Smarty\SmartyPluginDescriptor; use Thelia\Core\Template\Element\Exception\ElementNotFoundException; use Thelia\Core\Template\Element\Exception\InvalidElementException; -use Symfony\Component\HttpFoundation\Request; -use Thelia\Core\Security\SecurityContext; - class TheliaLoop extends AbstractSmartyPlugin { protected static $pagination = null;