Remove unused goog.require

This commit is contained in:
Frederic Junod
2017-02-03 12:40:21 +01:00
parent 265a83c389
commit 5763e1d145
31 changed files with 1 additions and 36 deletions
-1
View File
@@ -1,6 +1,5 @@
goog.provide('ol.geom.flat.closest');
goog.require('ol');
goog.require('ol.math');
-1
View File
@@ -1,6 +1,5 @@
goog.provide('ol.geom.flat.contains');
goog.require('ol');
goog.require('ol.extent');
-2
View File
@@ -1,7 +1,5 @@
goog.provide('ol.geom.flat.deflate');
goog.require('ol');
/**
* @param {Array.<number>} flatCoordinates Flat coordinates.
-1
View File
@@ -1,6 +1,5 @@
goog.provide('ol.geom.flat.geodesic');
goog.require('ol');
goog.require('ol.math');
goog.require('ol.proj');
-1
View File
@@ -1,6 +1,5 @@
goog.provide('ol.geom.flat.interiorpoint');
goog.require('ol');
goog.require('ol.array');
goog.require('ol.geom.flat.contains');
-1
View File
@@ -1,6 +1,5 @@
goog.provide('ol.geom.flat.interpolate');
goog.require('ol');
goog.require('ol.array');
goog.require('ol.math');
-1
View File
@@ -1,6 +1,5 @@
goog.provide('ol.geom.flat.intersectsextent');
goog.require('ol');
goog.require('ol.extent');
goog.require('ol.geom.flat.contains');
goog.require('ol.geom.flat.segments');
-1
View File
@@ -1,6 +1,5 @@
goog.provide('ol.geom.flat.orient');
goog.require('ol');
goog.require('ol.geom.flat.reverse');