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

@@ -1,12 +1,10 @@
goog.provide('ol.renderer.webgl.ImageLayer');
goog.require('ol.transform');
goog.require('ol.ImageBase');
goog.require('ol.ViewHint');
goog.require('ol.dom');
goog.require('ol.extent');
goog.require('ol.functions');
goog.require('ol.layer.Image');
goog.require('ol.proj');
goog.require('ol.renderer.webgl.Layer');
goog.require('ol.source.ImageVector');