Remove layers array from frame state

This commit is contained in:
Tim Schaub
2014-04-03 12:02:58 -06:00
parent aa3a20e911
commit 78324fb54b
3 changed files with 3 additions and 8 deletions

View File

@@ -1224,7 +1224,6 @@ ol.Map.prototype.renderFrame_ = function(time) {
extent: null,
focus: goog.isNull(this.focus_) ? view2DState.center : this.focus_,
index: this.frameIndex_++,
layersArray: layersArray,
layerStates: layerStates,
layerStatesArray: layerStatesArray,
logos: {},