]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/index.html.erb
Remove dead code
[rails.git] / app / views / site / index.html.erb
index 0c47227f8ebd420066da62691ff3ea175813a1f8..669c3c089f6d05cf26908af29d8195b6d8f75d63 100644 (file)
@@ -194,14 +194,6 @@ end
     }
   }
 
-  function getPosition() {
-    return getMapCenter();
-  }
-
-  function getZoom() {
-    return getMapZoom();
-  }
-
   function setPosition(lat, lon, zoom, min_lon, min_lat, max_lon, max_lat) {
     var centre = new OpenLayers.LonLat(lon, lat);