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

View File

@@ -87,6 +87,6 @@ ol.ImageCanvas.prototype.load = function() {
/**
* @inheritDoc
*/
ol.ImageCanvas.prototype.getImage = function(opt_context) {
ol.ImageCanvas.prototype.getImage = function() {
return this.canvas_;
};