Removing unused method
This commit is contained in:
@@ -95,11 +95,3 @@ ol.geom.Point.prototype.transform = function(transform) {
|
||||
transform(coordinates, coordinates, coordinates.length);
|
||||
this.setCoordinates(coordinates); // for change event
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
ol.geom.Point.prototype.invalidateBounds = function() {
|
||||
this.bounds_ = null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user