Remove unused variables in sources

This commit is contained in:
Tom Payne
2013-05-21 12:48:55 +02:00
parent f64e35e8bb
commit 20982bba31
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -84,7 +84,6 @@ ol.source.TileJSON.prototype.handleTileJSONResponse = function() {
this.setExtent(extent);
}
var scheme = goog.isDef(tileJSON.scheme) || 'xyz';
if (goog.isDef(tileJSON.scheme)) {
goog.asserts.assert(tileJSON.scheme == 'xyz');
}