Remove unused goog.require

This commit is contained in:
Frederic Junod
2015-03-12 12:25:38 +01:00
parent d87da4b3c8
commit 5a350fb978
5 changed files with 0 additions and 5 deletions

View File

@@ -4,7 +4,6 @@ goog.require('ol.Sphere');
goog.require('ol.View');
goog.require('ol.geom.LineString');
goog.require('ol.geom.Polygon');
goog.require('ol.interaction');
goog.require('ol.interaction.Draw');
goog.require('ol.layer.Tile');
goog.require('ol.layer.Vector');