Remove unused private variable
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user