Remove unused local variables

This commit is contained in:
Frederic Junod
2015-10-01 12:33:51 +02:00
parent 4d53049a7f
commit ef9b64673e
5 changed files with 5 additions and 5 deletions

View File

@@ -1028,7 +1028,7 @@ ol.render.webgl.ReplayGroup.prototype.isEmpty = function() {
ol.render.webgl.ReplayGroup.prototype.replay = function(context,
center, resolution, rotation, size, pixelRatio,
opacity, skippedFeaturesHash) {
var i, ii, replay, result;
var i, ii, replay;
for (i = 0, ii = ol.render.REPLAY_ORDER.length; i < ii; ++i) {
replay = this.replays_[ol.render.REPLAY_ORDER[i]];
if (replay !== undefined) {