diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-07-06 10:20:05 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-07-06 10:20:05 +0000 |
| commit | ada767e2ad124b9dad0f80b7979a156513976aaa (patch) | |
| tree | 648f96fbd0a3d7f457266ad75284581689ce7178 /src | |
| parent | update to trunk (diff) | |
| download | inkscape-ada767e2ad124b9dad0f80b7979a156513976aaa.tar.gz inkscape-ada767e2ad124b9dad0f80b7979a156513976aaa.zip | |
pointwise tweak
(bzr r13645.1.104)
Diffstat (limited to 'src')
| -rw-r--r-- | src/helper/geom-pointwise.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/helper/geom-pointwise.cpp b/src/helper/geom-pointwise.cpp index 7627b5dc3..db66162ca 100644 --- a/src/helper/geom-pointwise.cpp +++ b/src/helper/geom-pointwise.cpp @@ -165,8 +165,6 @@ void Pointwise::pwd2Append(pwd2sb const &A, Satellite const &S) } if (is_start && !are_near(_pwd2[i - counter].at0(), A[i].at0()) && !subpath_is_changed) { - //Krzysztof this code is hiden because i need a clean way to acced to the first and last index of a subpath based in - //his position on pathvector. Maybe the result Geom::PathVectorTime of nearestTime method can also return the time in the pathvector without calling two times to nearestTime subpathReverse(first, last); } |
