Remove renderer.Map#getCanvas function

This commit is contained in:
Frederic Junod
2013-11-18 14:08:15 +01:00
committed by Tom Payne
parent 38bbe35e8d
commit f4c5168cdf
5 changed files with 1 additions and 25 deletions

View File

@@ -267,14 +267,6 @@ ol.renderer.webgl.Map.prototype.expireCache_ = function(map, frameState) {
};
/**
* @inheritDoc
*/
ol.renderer.webgl.Map.prototype.getCanvas = function() {
return this.canvas_;
};
/**
* @return {ol.webgl.Context}
*/