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

@@ -6,11 +6,8 @@ goog.require('ol.colorlike');
goog.require('ol.dom');
goog.require('ol.has');
goog.require('ol.render.canvas');
goog.require('ol.style.AtlasManager');
goog.require('ol.style.Fill');
goog.require('ol.style.Image');
goog.require('ol.style.ImageState');
goog.require('ol.style.Stroke');
/**