Remove unused goog.require

This commit is contained in:
Frederic Junod
2015-02-03 17:33:06 +01:00
parent 8ec90a2045
commit 65c2f7de5f
15 changed files with 0 additions and 15 deletions

View File

@@ -1,6 +1,5 @@
goog.provide('ol.TileCache');
goog.require('goog.asserts');
goog.require('ol');
goog.require('ol.TileRange');
goog.require('ol.structs.LRUCache');