aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2020-03-11 10:57:25 +0000
committerMatthew Somerville <matthew@mysociety.org>2020-03-11 10:57:25 +0000
commit41d635aa6c28b04705136dbf57dab3b0246389f9 (patch)
treee16bbfcdee60779fca6711d5f9f7f6eba045e8a0
parentacc1d9496291604f30caceae190da733e6264451 (diff)
parent0dc4e61eb3f16aee7024c46ff06a4d69d02b8a01 (diff)
Merge branch 'norwich-norfolk'
-rw-r--r--perllib/FixMyStreet/Cobrand/UK.pm9
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) = @_;