Skip to content

Commit

Permalink
Remove outdated code
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 22, 2018
1 parent 5435b19 commit 35a87a1
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions src/core/qgsvectorlayer.cpp
Expand Up @@ -4800,26 +4800,6 @@ void QgsVectorLayer::setGeometryOptions( const GeometryOptions &geometryOptions
mGeometryOptions = geometryOptions;
}

double QgsVectorLayer::geometryPrecision() const
{
return mGeometryOptions.geometryPrecision;
}

void QgsVectorLayer::setGeometryPrecision( double geometryPrecision )
{
mGeometryOptions.geometryPrecision = geometryPrecision;
}

bool QgsVectorLayer::removeDuplicateNodes() const
{
return mGeometryOptions.removeDuplicateNodes;
}

void QgsVectorLayer::setRemoveDuplicateNodes( bool removeDuplicateNodes )
{
mGeometryOptions.removeDuplicateNodes = removeDuplicateNodes;
}

void QgsVectorLayer::setReadExtentFromXml( bool readExtentFromXml )
{
mReadExtentFromXml = readExtentFromXml;
Expand Down

0 comments on commit 35a87a1

Please sign in to comment.