Remove unused ol.replay.IBatch#drawImage

This commit is contained in:
Tom Payne
2013-11-10 11:43:48 +01:00
parent e94a8d4a36
commit 65fffd9b1c
2 changed files with 0 additions and 15 deletions

View File

@@ -139,12 +139,6 @@ ol.replay.canvas.Batch.prototype.draw = function(context, transform) {
};
/**
* @inheritDoc
*/
ol.replay.canvas.Batch.prototype.drawImage = goog.abstractMethod;
/**
* @inheritDoc
*/

View File

@@ -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.
*/