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

@@ -3,7 +3,6 @@ goog.provide('ol.layer.Vector');
goog.require('ol');
goog.require('ol.layer.Layer');
goog.require('ol.obj');
goog.require('ol.style.Style');
/**