Remove unused imageByContext_ in ol.ImageTile

Leftover from #5815
This commit is contained in:
Frederic Junod
2016-09-05 09:07:17 +02:00
parent 956aed7eb4
commit 1deedd5b7a

View File

@@ -36,12 +36,6 @@ ol.ImageTile = function(tileCoord, state, src, crossOrigin, tileLoadFunction) {
this.image_.crossOrigin = crossOrigin;
}
/**
* @private
* @type {Object.<number, Image>}
*/
this.imageByContext_ = {};
/**
* @private
* @type {Array.<ol.EventsKey>}