Remove unused ol.replay.IBatch#drawImage
This commit is contained in:
@@ -139,12 +139,6 @@ ol.replay.canvas.Batch.prototype.draw = function(context, transform) {
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
ol.replay.canvas.Batch.prototype.drawImage = goog.abstractMethod;
|
||||
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
|
||||
@@ -22,15 +22,6 @@ ol.replay.IBatch = function() {
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* @param {number} x X.
|
||||
* @param {number} y Y.
|
||||
* @param {Image|HTMLCanvasElement|HTMLVideoElement} image Image.
|
||||
*/
|
||||
ol.replay.IBatch.prototype.drawImage = function(x, y, image) {
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* @param {ol.geom.Point} pointGeometry Point geometry.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user