diff options
author | Struan Donald <struan@exo.org.uk> | 2011-06-10 12:14:15 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-06-10 12:14:15 +0100 |
commit | 5e15e7a7e06117e2c4c3b8edf10c866af71bc5aa (patch) | |
tree | 79122d6b6c709aba608e81be38a5413681607a42 /perllib/FixMyStreet/Map.pm | |
parent | 0e163ffb8e8f9b9fa5ca1193ad2f3965f98926ec (diff) |
remove Problems.pm
Diffstat (limited to 'perllib/FixMyStreet/Map.pm')
-rw-r--r-- | perllib/FixMyStreet/Map.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Map.pm b/perllib/FixMyStreet/Map.pm index 6a5a82fa9..125aca9e6 100644 --- a/perllib/FixMyStreet/Map.pm +++ b/perllib/FixMyStreet/Map.pm @@ -19,7 +19,6 @@ use Module::Pluggable # Get the list of maps we want and load map classes at compile time my @ALL_MAP_CLASSES = allowed_maps(); -use Problems; use mySociety::Config; use mySociety::Gaze; use mySociety::Locale; |