Skip to content

Commit

Permalink
Remove getSimplifiedGeometry from ol.geom.Circle
Browse files Browse the repository at this point in the history
The `getSimplifiedGeometry` method is unnecessary as
`ol.geom.SimpleGeometry`'s default implementation is to do the
same thing (return `this`).
  • Loading branch information
pagameba committed Jun 9, 2014
1 parent 2a42e77 commit 7d8dbbc
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/ol/geom/circle.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,15 +129,6 @@ ol.geom.Circle.prototype.getRadiusSquared_ = function() {
};


/**
* @inheritDoc
* @todo api
*/
ol.geom.Circle.prototype.getSimplifiedGeometry = function(squaredTolerance) {
return this;
};


/**
* @inheritDoc
* @todo api
Expand Down

0 comments on commit 7d8dbbc

Please sign in to comment.