aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Map.pm
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-05-23 09:08:12 +0100
committerStruan Donald <struan@exo.org.uk>2011-05-23 09:08:12 +0100
commit55d0afab34953d266824448d279d72787bfd6e07 (patch)
tree9640df781c74088cb512c0d1ca4f9c8ee5fd950b /perllib/FixMyStreet/Map.pm
parentc62870edf51e1bfe04ad11256bd7ba8b5a4ee5d5 (diff)
parent8fbb9539e8ada7faf6c54c40bda7d059bdfd0c12 (diff)
Merge branch 'migrate_to_catalyst' of ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
Diffstat (limited to 'perllib/FixMyStreet/Map.pm')
-rw-r--r--perllib/FixMyStreet/Map.pm7
1 files changed, 0 insertions, 7 deletions
diff --git a/perllib/FixMyStreet/Map.pm b/perllib/FixMyStreet/Map.pm
index 62dab454b..1d9ce1527 100644
--- a/perllib/FixMyStreet/Map.pm
+++ b/perllib/FixMyStreet/Map.pm
@@ -63,13 +63,6 @@ sub display_map {
return $map_class->display_map(@_);
}
-sub display_map_end {
- my ($type) = @_;
- my $out = '</div>';
- $out .= '</form>' if ($type);
- return $out;
-}
-
sub header {
my ( $q, $type ) = @_;
return '' unless $type;