diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-06-17 18:40:03 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-06-17 18:40:03 +0100 |
commit | b35edc814e2004fb2ac55aff35a916d04e89ea34 (patch) | |
tree | 603beccd1403d52510bedec7dea55a953773cd38 /perllib/FixMyStreet/Cobrand/Bexley.pm | |
parent | 38c61346ca940f837b49fba3bc0548dd21b7ee39 (diff) |
[UK} Remove now-unneeded functions.
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Bexley.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Bexley.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Bexley.pm b/perllib/FixMyStreet/Cobrand/Bexley.pm index d3787ef67..f3c88d0dc 100644 --- a/perllib/FixMyStreet/Cobrand/Bexley.pm +++ b/perllib/FixMyStreet/Cobrand/Bexley.pm @@ -10,9 +10,6 @@ sub council_name { 'London Borough of Bexley' } sub council_url { 'bexley' } sub get_geocoder { 'OSM' } -sub enable_category_groups { 1 } -sub suggest_duplicates { 1 } - sub disambiguate_location { my $self = shift; my $string = shift; |