From cf3756660625a5e60643d74b8571fdcbf47f352b Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Tue, 10 Sep 2013 18:33:08 -0600 Subject: [PATCH] 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). --- src/ol/source/xyzsource.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ol/source/xyzsource.js b/src/ol/source/xyzsource.js index 885964eab2..0f00bc385a 100644 --- a/src/ol/source/xyzsource.js +++ b/src/ol/source/xyzsource.js @@ -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');