diff options
Diffstat (limited to 'perllib/FixMyStreet')
-rw-r--r-- | perllib/FixMyStreet/Map.pm | 1 | ||||
-rw-r--r-- | perllib/FixMyStreet/Map/Bing.pm | 1 | ||||
-rw-r--r-- | perllib/FixMyStreet/Map/Google.pm | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/perllib/FixMyStreet/Map.pm b/perllib/FixMyStreet/Map.pm index 825e1cd19..2bccf1584 100644 --- a/perllib/FixMyStreet/Map.pm +++ b/perllib/FixMyStreet/Map.pm @@ -21,7 +21,6 @@ my @ALL_MAP_CLASSES = allowed_maps(); use mySociety::Config; use mySociety::Gaze; use mySociety::Locale; -use mySociety::Web qw(ent); use Utils; =head2 allowed_maps diff --git a/perllib/FixMyStreet/Map/Bing.pm b/perllib/FixMyStreet/Map/Bing.pm index 54979eba1..676e70bf6 100644 --- a/perllib/FixMyStreet/Map/Bing.pm +++ b/perllib/FixMyStreet/Map/Bing.pm @@ -9,7 +9,6 @@ package FixMyStreet::Map::Bing; use strict; -use mySociety::Web qw(ent); # display_map C PARAMS # PARAMS include: diff --git a/perllib/FixMyStreet/Map/Google.pm b/perllib/FixMyStreet/Map/Google.pm index ceb3a53ed..c0d83e35a 100644 --- a/perllib/FixMyStreet/Map/Google.pm +++ b/perllib/FixMyStreet/Map/Google.pm @@ -9,7 +9,6 @@ package FixMyStreet::Map::Google; use strict; -use mySociety::Web qw(ent); # display_map C PARAMS # PARAMS include: |