Skip to content

Commit

Permalink
remove deprecated function
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelpeixe committed Oct 10, 2015
1 parent bca8cef commit 2e60252
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions inc/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -831,11 +831,6 @@ function jeo_get_map_center($map_id = false) {
return $jeo->get_map_center($map_id);
}

function jeo_get_mapbox_image($map_id = false, $width = 200, $height = 200, $lat = false, $lng = false, $zoom = false) {
global $jeo;
return $jeo->get_mapbox_image($map_id, $width, $height, $lat, $lng, $zoom);
}

function jeo_get_map_zoom($map_id = false) {
global $jeo;
return $jeo->get_map_zoom($map_id);
Expand Down

0 comments on commit 2e60252

Please sign in to comment.