aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2019-08-22 08:52:02 +0100
committerMatthew Somerville <matthew@mysociety.org>2019-08-22 08:52:27 +0100
commit748ae2de2c766173b9438dbe3d834e8254626d87 (patch)
tree9617dc620c648c3067378390252e72466d4af623
parentdf9062c9d104f24c3b31823c6bf66f8c1eb96097 (diff)
[Rutland] Remove pin colour function.
-rw-r--r--perllib/FixMyStreet/Cobrand/Rutland.pm6
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;
}