diff options
author | Dave Whiteland <dave@mysociety.org> | 2012-11-14 09:25:42 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2012-11-14 09:25:42 +0000 |
commit | 9bfeaf5027cfd89b3f65224c36c25a2112ed2768 (patch) | |
tree | 13d8aa9031973cd8297935172a386142eb869c72 /perllib/FixMyStreet/Map.pm | |
parent | fb50071d8b618f61abee90333e372116de24f4a8 (diff) | |
parent | c6862472ea83b24896421c27149563213bb0f3d1 (diff) |
Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet
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(@_); } |