Remove unused variables in renderers

This commit is contained in:
Tom Payne
2013-05-21 12:48:44 +02:00
parent 268c18988b
commit f64e35e8bb
6 changed files with 1 additions and 16 deletions

View File

@@ -109,7 +109,6 @@ ol.renderer.webgl.Layer.prototype.bindFramebuffer =
if (!goog.isDef(this.framebufferDimension) ||
this.framebufferDimension != framebufferDimension) {
var map = this.getMap();
frameState.postRenderFunctions.push(
goog.partial(function(gl, framebuffer, texture) {
if (!gl.isContextLost()) {