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 | |
parent | 38c61346ca940f837b49fba3bc0548dd21b7ee39 (diff) |
[UK} Remove now-unneeded functions.
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Bexley.pm | 3 | ||||
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Hounslow.pm | 2 |
2 files changed, 0 insertions, 5 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; diff --git a/perllib/FixMyStreet/Cobrand/Hounslow.pm b/perllib/FixMyStreet/Cobrand/Hounslow.pm index ad764fdfd..18063c4aa 100644 --- a/perllib/FixMyStreet/Cobrand/Hounslow.pm +++ b/perllib/FixMyStreet/Cobrand/Hounslow.pm @@ -47,8 +47,6 @@ sub on_map_default_status { 'open' } sub send_questionnaires { 0 } -sub enable_category_groups { 1 } - sub categories_restriction { my ($self, $rs) = @_; # Categories covering the Hounslow area have a mixture of Open311 and Email |