diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-05-20 19:09:42 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-05-20 19:09:42 +0100 |
commit | e7fd95f6ca3f21aff54bdbb6aeaabf0476d62e24 (patch) | |
tree | 76a9a7ed07df631ee2a35b7893fadbe554763196 /perllib/FixMyStreet/Map.pm | |
parent | 4305f38eeb503db4aac658839012b8e7644b455e (diff) |
Remove unnecessary display_map_end function.
Diffstat (limited to 'perllib/FixMyStreet/Map.pm')
-rw-r--r-- | perllib/FixMyStreet/Map.pm | 7 |
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; |