diff --git a/src/ol/control/scalelinecontrol.js b/src/ol/control/scalelinecontrol.js index 7243f55496..ff47356fd7 100644 --- a/src/ol/control/scalelinecontrol.js +++ b/src/ol/control/scalelinecontrol.js @@ -1,6 +1,4 @@ goog.provide('ol.control.ScaleLine'); -goog.provide('ol.control.ScaleLineProperty'); -goog.provide('ol.control.ScaleLineUnits'); goog.require('goog.asserts'); goog.require('ol.events'); 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/format/igcformat.js b/src/ol/format/igcformat.js index 5955abd709..01ed87a712 100644 --- a/src/ol/format/igcformat.js +++ b/src/ol/format/igcformat.js @@ -1,5 +1,4 @@ goog.provide('ol.format.IGC'); -goog.provide('ol.format.IGCZ'); goog.require('goog.asserts'); goog.require('ol.Feature'); 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 a85cc606a9..df835fc939 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('ol.events'); diff --git a/src/ol/source/wmtssource.js b/src/ol/source/wmtssource.js index 700e8ace97..23ed5dc3a1 100644 --- a/src/ol/source/wmtssource.js +++ b/src/ol/source/wmtssource.js @@ -1,5 +1,4 @@ goog.provide('ol.source.WMTS'); -goog.provide('ol.source.WMTSRequestEncoding'); goog.require('goog.asserts'); goog.require('ol.TileUrlFunction');