diff options
-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 |