diff options
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Rutland.pm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Rutland.pm b/perllib/FixMyStreet/Cobrand/Rutland.pm index ed3f15333..70ddef1b0 100644 --- a/perllib/FixMyStreet/Cobrand/Rutland.pm +++ b/perllib/FixMyStreet/Cobrand/Rutland.pm @@ -48,12 +48,6 @@ sub disambiguate_location { }; } -sub pin_colour { - my ( $self, $p, $context ) = @_; - return 'green' if $p->is_fixed || $p->is_closed; - return 'yellow'; -} - sub send_questionnaires { return 0; } |