diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-09-01 19:29:30 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-09-01 19:29:30 +0000 |
| commit | 0509575421dcc13079ea20f68592bc2fe05d8e52 (patch) | |
| tree | 9d8993bc4a3431e16024f12390fd2fd9bda46243 /src/2geom/crossing.cpp | |
| parent | yet another update of ru.po (diff) | |
| download | inkscape-0509575421dcc13079ea20f68592bc2fe05d8e52.tar.gz inkscape-0509575421dcc13079ea20f68592bc2fe05d8e52.zip | |
update 2geom (rev. 1569)
(bzr r6748)
Diffstat (limited to 'src/2geom/crossing.cpp')
| -rw-r--r-- | src/2geom/crossing.cpp | 6 |
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; |
