diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-03-10 10:24:34 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-03-10 10:24:36 +0000 |
commit | 0dc4e61eb3f16aee7024c46ff06a4d69d02b8a01 (patch) | |
tree | 9d03449818917050c91c8c8825c235c54646134c | |
parent | 630ad091519dff8aa9371502005fbb788d349632 (diff) |
[UK] Norwich/Norfolk highways agreement now ended.
-rw-r--r-- | perllib/FixMyStreet/Cobrand/UK.pm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/perllib/FixMyStreet/Cobrand/UK.pm b/perllib/FixMyStreet/Cobrand/UK.pm index e44577bab..a9f8c2f01 100644 --- a/perllib/FixMyStreet/Cobrand/UK.pm +++ b/perllib/FixMyStreet/Cobrand/UK.pm @@ -93,15 +93,6 @@ sub geocode_postcode { return {}; } -sub remove_redundant_areas { - my $self = shift; - my $all_areas = shift; - - # Norwich is responsible for everything in its areas, not Norfolk - delete $all_areas->{2233} # - if $all_areas->{2391}; -} - sub short_name { my $self = shift; my ($area) = @_; |