diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-07-06 15:42:29 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-07-06 15:42:29 +0100 |
commit | 967c99a4c5d54d5b8dff0d502115511350c7a87c (patch) | |
tree | ee9c69780d5606f9e263e01b96cbb0b828008566 /perllib/FixMyStreet/Cobrand/EmptyHomes.pm | |
parent | 222727d7e879838e5c47cf0eb07e739c7969fdae (diff) |
Remove unused base_url_for_emails function.
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/EmptyHomes.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/EmptyHomes.pm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/perllib/FixMyStreet/Cobrand/EmptyHomes.pm b/perllib/FixMyStreet/Cobrand/EmptyHomes.pm index 6885f6a95..ecb3358bb 100644 --- a/perllib/FixMyStreet/Cobrand/EmptyHomes.pm +++ b/perllib/FixMyStreet/Cobrand/EmptyHomes.pm @@ -33,14 +33,9 @@ sub area_types { sub base_url_with_lang { my $self = shift; - my $email = shift; my $base = $self->base_url; - if ($email) { - $base = $self->base_url_for_emails; - } - my $lang = $mySociety::Locale::lang; if ($lang eq 'cy') { $base =~ s{http://}{$&cy.}; |