aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand/FixaMinGata.pm
diff options
context:
space:
mode:
authorJon Kristensen <info@jonkri.com>2014-05-28 15:42:30 +0200
committerJon Kristensen <info@jonkri.com>2014-05-28 15:42:30 +0200
commit3db983c1b6300caa633cfbdd70a15a904d2b0e07 (patch)
tree869a2f62ccd6e1c499ee5be232bd1bb7bae4a45c /perllib/FixMyStreet/Cobrand/FixaMinGata.pm
parent7a64e0540b4985b5249a96e34e2239d6e731bef9 (diff)
Remove broken `short_name' method for FixaMinGata
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/FixaMinGata.pm')
-rw-r--r--perllib/FixMyStreet/Cobrand/FixaMinGata.pm17
1 files changed, 0 insertions, 17 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixaMinGata.pm b/perllib/FixMyStreet/Cobrand/FixaMinGata.pm
index bec08ecb1..37c97282e 100644
--- a/perllib/FixMyStreet/Cobrand/FixaMinGata.pm
+++ b/perllib/FixMyStreet/Cobrand/FixaMinGata.pm
@@ -137,23 +137,6 @@ sub filter_all_council_ids_list {
return @all_councils_ids; # Är detta rätt? //Rikard
}
-sub short_name {
- my $self = shift;
- my ($area, $info) = @_;
-
- # Rikard kommenterar ut följande tills vidare...
- #if ($area->{name} =~ /^(Os|Nes|V\xe5ler|Sande|B\xf8|Her\xf8y)$/) {
- # my $parent = $info->{$area->{parent_area}}->{name};
- # return URI::Escape::uri_escape_utf8("$area->{name}, $parent");
- #}
-
- my $name = $area->{name};
- $name =~ s/ & / and /;
- $name = URI::Escape::uri_escape_utf8($name);
- $name =~ s/%20/+/g;
- return $name;
-}
-
# Vad ska vi göra för svenska förhållanden här??? //Rikard
sub council_rss_alert_options {
my $self = shift;