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

@@ -5,14 +5,11 @@ goog.provide('ol.renderer.dom.TileLayer');
goog.require('goog.asserts');
goog.require('goog.dom');
goog.require('goog.math.Vec2');
goog.require('goog.style');
goog.require('goog.vec.Mat4');
goog.require('ol.Coordinate');
goog.require('ol.Extent');
goog.require('ol.Size');
goog.require('ol.TileCoord');
goog.require('ol.TileRange');
goog.require('ol.TileState');
goog.require('ol.ViewHint');
goog.require('ol.dom');