Merge pull request #2096 from fredj/unused-require

Remove unused goog.require
This commit is contained in:
Frédéric Junod
2014-05-21 17:36:29 +02:00
20 changed files with 0 additions and 21 deletions
-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');