X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/11f4f833ffd015afd0b06e4d5f542a1f81b0a1c9..784154a5f5c2db99cf21685b8f949a8136eef5bc:/Controller/LocationController.php?ds=inline

diff --git a/Controller/LocationController.php b/Controller/LocationController.php
index 3631826..33c2050 100644
--- a/Controller/LocationController.php
+++ b/Controller/LocationController.php
@@ -13,15 +13,10 @@ namespace Rapsys\AirBundle\Controller;
 
 use Symfony\Component\HttpFoundation\Request;
 use Symfony\Component\HttpFoundation\Response;
-use Symfony\Component\Routing\Exception\MethodNotAllowedException;
-use Symfony\Component\Routing\Exception\ResourceNotFoundException;
-use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
-use Symfony\Component\Routing\RequestContext;
 
 use Rapsys\AirBundle\Entity\Dance;
 use Rapsys\AirBundle\Entity\Location;
 use Rapsys\AirBundle\Entity\Session;
-use Rapsys\AirBundle\Entity\Slot;
 
 /**
  * {@inheritdoc}