Remove hitDetectionOrigin

This commit is contained in:
tsauerwein
2014-12-18 16:45:44 +01:00
parent 461ec1d3bc
commit da7f38635b
6 changed files with 0 additions and 55 deletions
-8
View File
@@ -301,14 +301,6 @@ ol.style.Icon.prototype.getOrigin = function() {
};
/**
* @inheritDoc
*/
ol.style.Icon.prototype.getHitDetectionOrigin = function() {
return this.getOrigin();
};
/**
* @return {string|undefined} Image src.
* @api