diff --git a/src/ol/control/scalelinecontrol.js b/src/ol/control/scalelinecontrol.js index 6a9f05b528..ea1bb2110e 100644 --- a/src/ol/control/scalelinecontrol.js +++ b/src/ol/control/scalelinecontrol.js @@ -1,5 +1,4 @@ goog.provide('ol.control.ScaleLine'); -goog.provide('ol.control.ScaleLineProperty'); goog.provide('ol.control.ScaleLineUnits'); goog.require('goog.asserts'); diff --git a/src/ol/deviceorientation.js b/src/ol/deviceorientation.js index 0e1050305f..e114c8f6fd 100644 --- a/src/ol/deviceorientation.js +++ b/src/ol/deviceorientation.js @@ -1,5 +1,4 @@ goog.provide('ol.DeviceOrientation'); -goog.provide('ol.DeviceOrientationProperty'); goog.require('ol.events'); goog.require('ol'); diff --git a/src/ol/geolocation.js b/src/ol/geolocation.js index 2a55bfc78e..1f52beb762 100644 --- a/src/ol/geolocation.js +++ b/src/ol/geolocation.js @@ -1,7 +1,6 @@ // FIXME handle geolocation not supported goog.provide('ol.Geolocation'); -goog.provide('ol.GeolocationProperty'); goog.require('ol.events'); goog.require('ol.events.EventType'); diff --git a/src/ol/overlay.js b/src/ol/overlay.js index 041366c6a6..7fc961c7df 100644 --- a/src/ol/overlay.js +++ b/src/ol/overlay.js @@ -1,6 +1,5 @@ goog.provide('ol.Overlay'); goog.provide('ol.OverlayPositioning'); -goog.provide('ol.OverlayProperty'); goog.require('goog.asserts'); goog.require('goog.dom');