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 -1
View File
@@ -127,7 +127,7 @@ ol.reproj.Image.prototype.disposeInternal = function() {
/**
* @inheritDoc
*/
ol.reproj.Image.prototype.getImage = function(opt_context) {
ol.reproj.Image.prototype.getImage = function() {
return this.canvas_;
};