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

View File

@@ -7,7 +7,6 @@ goog.provide('ol.source.VectorEventType');
goog.require('ol');
goog.require('ol.Collection');
goog.require('ol.Feature');
goog.require('ol.ObjectEventType');
goog.require('ol.array');
goog.require('ol.events');
@@ -17,7 +16,6 @@ goog.require('ol.extent');
goog.require('ol.featureloader');
goog.require('ol.loadingstrategy');
goog.require('ol.obj');
goog.require('ol.proj');
goog.require('ol.source.Source');
goog.require('ol.source.State');
goog.require('ol.structs.RBush');