Removing unused method

This commit is contained in:
ahocevar
2013-11-12 16:51:39 +01:00
parent 39a5a8e291
commit 7ae65c32e1

View File

@@ -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;
};