summaryrefslogtreecommitdiffstats
path: root/src/2geom/crossing.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/2geom/crossing.cpp')
-rw-r--r--src/2geom/crossing.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/2geom/crossing.cpp b/src/2geom/crossing.cpp
index a4d4f6ab1..d717a4ed5 100644
--- a/src/2geom/crossing.cpp
+++ b/src/2geom/crossing.cpp
@@ -27,7 +27,7 @@ double wrap_dist(double from, double to, double size, bool rev) {
}
}
}
-
+/*
CrossingGraph create_crossing_graph(std::vector<Path> const &p, Crossings const &crs) {
std::vector<Point> locs;
CrossingGraph ret;
@@ -75,7 +75,7 @@ CrossingGraph create_crossing_graph(std::vector<Path> const &p, Crossings const
}
return ret;
-
+ */
/* Various incoherent code bits
// list of sets of edges, each set corresponding to those emanating from the path
CrossingGraph ret;
@@ -111,7 +111,7 @@ CrossingGraph create_crossing_graph(std::vector<Path> const &p, Crossings const
}
}
*/
-}
+//}
void merge_crossings(Crossings &a, Crossings &b, unsigned i) {
Crossings n;