Remove unused context handling for ol.Image

This commit is contained in:
Andreas Hocevar
2017-09-06 16:25:42 +02:00
parent 2925a9ceb3
commit 73e88fc465
4 changed files with 5 additions and 27 deletions
+1 -2
View File
@@ -79,10 +79,9 @@ ol.ImageBase.prototype.getExtent = function() {
/**
* @abstract
* @param {Object=} opt_context Object.
* @return {HTMLCanvasElement|Image|HTMLVideoElement} Image.
*/
ol.ImageBase.prototype.getImage = function(opt_context) {};
ol.ImageBase.prototype.getImage = function() {};
/**