diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2012-08-15 10:08:19 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-08-16 21:43:46 +0100 |
commit | f12d36346dcfc4c2718fc90bf2d28e3b11591171 (patch) | |
tree | 716bab6c26f72d689d551599b8e15c068a3c84e3 /perllib/FixMyStreet/DB/Result/Problem.pm | |
parent | 20113bad5bfab47306731eb4a0a92990ccb273cd (diff) |
Remove unused extra_* functions.
Diffstat (limited to 'perllib/FixMyStreet/DB/Result/Problem.pm')
-rw-r--r-- | perllib/FixMyStreet/DB/Result/Problem.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/DB/Result/Problem.pm b/perllib/FixMyStreet/DB/Result/Problem.pm index 4af6f80cd..9ae040acc 100644 --- a/perllib/FixMyStreet/DB/Result/Problem.pm +++ b/perllib/FixMyStreet/DB/Result/Problem.pm @@ -538,7 +538,6 @@ sub meta_line { } - $meta .= $c->cobrand->extra_problem_meta_text($problem); $meta .= '; ' . _('the map was not used so pin location may be inaccurate') unless $problem->used_map; |