Remove unused goog.require directives

This commit is contained in:
Bruno Binet
2013-03-14 11:39:43 +01:00
parent 1eabd7f4e6
commit 9b1c389c80
12 changed files with 0 additions and 28 deletions

View File

@@ -2,11 +2,9 @@ goog.provide('ol.renderer.canvas.VectorRenderer');
goog.require('goog.asserts');
goog.require('goog.net.ImageLoader');
goog.require('goog.vec.Mat4');
goog.require('ol.Feature');
goog.require('ol.Pixel');
goog.require('ol.canvas');
goog.require('ol.geom.Geometry');
goog.require('ol.geom.GeometryType');
goog.require('ol.geom.LineString');