summaryrefslogtreecommitdiffstats
path: root/src/snapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/snapper.h')
-rw-r--r--src/snapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snapper.h b/src/snapper.h
index 91784d3ae..b3bf9f726 100644
--- a/src/snapper.h
+++ b/src/snapper.h
@@ -25,7 +25,7 @@
struct SnappedConstraints {
std::list<Inkscape::SnappedPoint> points;
- std::list<Inkscape::SnappedLineSegment> lines;
+ //std::list<Inkscape::SnappedLineSegment> lines;
std::list<Inkscape::SnappedLine> grid_lines;
std::list<Inkscape::SnappedLine> guide_lines;
std::list<Inkscape::SnappedCurve> curves;