From 0509575421dcc13079ea20f68592bc2fe05d8e52 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Mon, 1 Sep 2008 19:29:30 +0000 Subject: update 2geom (rev. 1569) (bzr r6748) --- src/2geom/crossing.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/2geom/crossing.cpp') 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 const &p, Crossings const &crs) { std::vector locs; CrossingGraph ret; @@ -75,7 +75,7 @@ CrossingGraph create_crossing_graph(std::vector 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 const &p, Crossings const } } */ -} +//} void merge_crossings(Crossings &a, Crossings &b, unsigned i) { Crossings n; -- cgit v1.2.3