aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Around.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-05-20 19:09:42 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-05-20 19:09:42 +0100
commite7fd95f6ca3f21aff54bdbb6aeaabf0476d62e24 (patch)
tree76a9a7ed07df631ee2a35b7893fadbe554763196 /perllib/FixMyStreet/App/Controller/Around.pm
parent4305f38eeb503db4aac658839012b8e7644b455e (diff)
Remove unnecessary display_map_end function.
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Around.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/Around.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Around.pm b/perllib/FixMyStreet/App/Controller/Around.pm
index 86e2ac001..cbffbd080 100644
--- a/perllib/FixMyStreet/App/Controller/Around.pm
+++ b/perllib/FixMyStreet/App/Controller/Around.pm
@@ -227,7 +227,6 @@ sub display_location : Private {
pins => \@pins,
post => $map_links
);
- $c->stash->{map_end_html} = FixMyStreet::Map::display_map_end(1);
$c->stash->{map_js} = FixMyStreet::Map::header_js();
}