Unnecessary ol.Image require

This commit is contained in:
Tim Schaub
2014-06-27 19:51:38 -04:00
parent 19cf117a08
commit 997517110c
2 changed files with 0 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
goog.provide('ol.renderer.Layer');
goog.require('goog.Disposable');
goog.require('ol.Image');
goog.require('ol.ImageState');
goog.require('ol.Tile');
goog.require('ol.TileRange');

View File

@@ -4,7 +4,6 @@ goog.require('goog.array');
goog.require('goog.asserts');
goog.require('ol.Attribution');
goog.require('ol.Extent');
goog.require('ol.Image');
goog.require('ol.array');
goog.require('ol.source.Source');