Skip to content

Commit c10e492

Browse files
authoredMar 3, 2019
remove unused static member (#9329)
1 parent acf0e19 commit c10e492

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

‎src/app/vertextool/qgslockedfeature.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ class QgsGeometryValidator;
2828
class QgsVertexMarker;
2929
class QgsVertexEntry;
3030

31-
/**
32-
* Constant representing zero value for distance. It's 0 because of error in double counting.
33-
*/
34-
static const double ZERO_TOLERANCE = 0.000000001;
35-
3631
/**
3732
* Class that keeps the selected feature
3833
*/

0 commit comments

Comments
 (0)
Please sign in to comment.