Remove unused goog.require

This commit is contained in:
Frederic Junod
2014-05-21 15:56:43 +02:00
parent dca88668ab
commit 2f918ea2a4
20 changed files with 0 additions and 21 deletions
-1
View File
@@ -2,7 +2,6 @@
goog.provide('ol.control.Attribution');
goog.require('goog.array');
goog.require('goog.dom');
goog.require('goog.dom.TagName');
goog.require('goog.object');
-1
View File
@@ -3,7 +3,6 @@
goog.provide('ol.control.MousePosition');
goog.require('goog.array');
goog.require('goog.dom');
goog.require('goog.dom.TagName');
goog.require('goog.events');
-1
View File
@@ -2,7 +2,6 @@ goog.provide('ol.control.ScaleLine');
goog.provide('ol.control.ScaleLineProperty');
goog.provide('ol.control.ScaleLineUnits');
goog.require('goog.array');
goog.require('goog.asserts');
goog.require('goog.dom');
goog.require('goog.dom.TagName');
-1
View File
@@ -3,7 +3,6 @@
goog.provide('ol.control.ZoomSlider');
goog.require('goog.array');
goog.require('goog.asserts');
goog.require('goog.dom');
goog.require('goog.dom.TagName');
-1
View File
@@ -1,6 +1,5 @@
goog.provide('ol.format.GML');
goog.require('goog.array');
goog.require('goog.asserts');
goog.require('goog.dom');
goog.require('goog.dom.NodeType');
-1
View File
@@ -1,6 +1,5 @@
goog.provide('ol.format.TopoJSON');
goog.require('goog.array');
goog.require('goog.asserts');
goog.require('goog.object');
goog.require('ol.Feature');
-1
View File
@@ -1,6 +1,5 @@
goog.provide('ol.geom.LineString');
goog.require('goog.array');
goog.require('goog.asserts');
goog.require('ol.array');
goog.require('ol.extent');
-1
View File
@@ -1,6 +1,5 @@
goog.provide('ol.geom.MultiLineString');
goog.require('goog.array');
goog.require('goog.asserts');
goog.require('ol.array');
goog.require('ol.extent');
-1
View File
@@ -1,6 +1,5 @@
goog.provide('ol.geom.MultiPoint');
goog.require('goog.array');
goog.require('goog.asserts');
goog.require('ol.array');
goog.require('ol.extent');
-1
View File
@@ -1,6 +1,5 @@
goog.provide('ol.geom.MultiPolygon');
goog.require('goog.array');
goog.require('goog.asserts');
goog.require('ol.array');
goog.require('ol.extent');
@@ -3,7 +3,6 @@
goog.provide('ol.interaction.DragAndDrop');
goog.provide('ol.interaction.DragAndDropEvent');
goog.require('goog.array');
goog.require('goog.asserts');
goog.require('goog.events');
goog.require('goog.events.Event');
-1
View File
@@ -1,6 +1,5 @@
goog.provide('ol.layer.Vector');
goog.require('goog.array');
goog.require('goog.object');
goog.require('ol.feature');
goog.require('ol.layer.Layer');
-1
View File
@@ -8,7 +8,6 @@ goog.provide('ol.Object');
goog.provide('ol.ObjectEvent');
goog.provide('ol.ObjectEventType');
goog.require('goog.array');
goog.require('goog.events');
goog.require('goog.events.Event');
goog.require('goog.functions');
@@ -2,7 +2,6 @@
goog.provide('ol.renderer.webgl.Map');
goog.require('goog.array');
goog.require('goog.asserts');
goog.require('goog.dom');
goog.require('goog.dom.TagName');
-1
View File
@@ -1,6 +1,5 @@
goog.provide('ol.source.Zoomify');
goog.require('goog.array');
goog.require('goog.asserts');
goog.require('ol');
goog.require('ol.ImageTile');
-1
View File
@@ -10,7 +10,6 @@
goog.provide('ol.Sphere');
goog.require('goog.array');
goog.require('goog.math');
-2
View File
@@ -1,8 +1,6 @@
goog.provide('ol.style.Image');
goog.provide('ol.style.ImageState');
goog.require('goog.array');
/**
* @enum {number}