Remove unused goog.require() calls in the source

This commit is contained in:
Tim Schaub
2016-08-07 17:16:52 -06:00
parent 3c7e9f6870
commit 907a65ab83
69 changed files with 0 additions and 116 deletions
-3
View File
@@ -2,12 +2,10 @@
goog.provide('ol.format.MVT');
goog.require('ol.Feature');
goog.require('ol.ext.pbf');
goog.require('ol.ext.vectortile');
goog.require('ol.format.Feature');
goog.require('ol.format.FormatType');
goog.require('ol.geom.Geometry');
goog.require('ol.geom.GeometryLayout');
goog.require('ol.geom.GeometryType');
goog.require('ol.geom.LineString');
@@ -15,7 +13,6 @@ goog.require('ol.geom.MultiLineString');
goog.require('ol.geom.MultiPoint');
goog.require('ol.geom.Point');
goog.require('ol.geom.Polygon');
goog.require('ol.proj');
goog.require('ol.proj.Projection');
goog.require('ol.proj.Units');
goog.require('ol.render.Feature');