Remove unused require

This was unused before 03f7bb66374b162aab26289b761e7918b79c0ca7 as well.  It would be interesting to see how many other unused requires there are (types that are only referenced in comments but not used in code).
This commit is contained in:
Tim Schaub
2013-09-10 18:33:08 -06:00
parent 843334627e
commit cf37566606

View File

@@ -1,7 +1,6 @@
goog.provide('ol.source.XYZ');
goog.require('ol.Attribution');
goog.require('ol.Projection');
goog.require('ol.TileUrlFunction');
goog.require('ol.TileUrlFunctionType');
goog.require('ol.proj');