Remove unused code

This commit is contained in:
Tom Payne
2012-08-05 23:13:02 +02:00
parent 3e4b132446
commit 9861cd4ddc

View File

@@ -513,8 +513,6 @@ ol.webgl.Map.prototype.renderInternal = function() {
return false;
}
var center = this.getCenter();
var resolution = this.getResolution();
var size = this.getSize();
var animate = goog.base(this, 'renderInternal');