Remove unused private variable

This commit is contained in:
Frederic Junod
2018-03-28 08:56:36 +02:00
parent e9ce23a461
commit d8fd51a537

View File

@@ -157,11 +157,6 @@ const CanvasReplay = function(tolerance, maxExtent, resolution, pixelRatio, over
*/
this.viewRotation_ = 0;
/**
* @private
* @type {!module:ol/transform~Transform}
*/
this.resetTransform = createTransform();
};
inherits(CanvasReplay, VectorContext);