diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-11-14 09:17:14 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-11-14 09:17:14 +0000 |
commit | c6862472ea83b24896421c27149563213bb0f3d1 (patch) | |
tree | bb4f8fa4ba6a3ef634612a26e8e0728d31f6990d /perllib/FixMyStreet/Map.pm | |
parent | a609f56fb18cba7ec35c1d88b4473ec5bdfcc335 (diff) |
Remove unused function, basic test of front page of some council cobrands.
Diffstat (limited to 'perllib/FixMyStreet/Map.pm')
-rw-r--r-- | perllib/FixMyStreet/Map.pm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/perllib/FixMyStreet/Map.pm b/perllib/FixMyStreet/Map.pm index d36b91ffe..587c63d25 100644 --- a/perllib/FixMyStreet/Map.pm +++ b/perllib/FixMyStreet/Map.pm @@ -52,10 +52,6 @@ sub set_map_class { $map_class = $str; } -sub header_js { - return $map_class->header_js(@_); -} - sub display_map { return $map_class->display_map(@_); } |