Remove unused goog.requires

This commit is contained in:
Tom Payne
2013-01-29 13:06:36 +01:00
parent 7d5cc39555
commit b6f856f962
30 changed files with 0 additions and 56 deletions

View File

@@ -3,8 +3,6 @@ goog.provide('ol.source.BingMaps');
goog.require('goog.Uri');
goog.require('goog.array');
goog.require('goog.events');
goog.require('goog.events.EventType');
goog.require('goog.net.Jsonp');
goog.require('ol.TileRange');
goog.require('ol.source.ImageTileSource');