summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-03-31 11:23:02 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-03-31 11:23:02 +0000
commit7acc0ec6f6a0756b73baa2bc815113984f6f3ea6 (patch)
tree4a9ddbc45ffbc1ad09d1ffec230cac81717cca5d /src
parentupdate to trunk (diff)
downloadinkscape-7acc0ec6f6a0756b73baa2bc815113984f6f3ea6.tar.gz
inkscape-7acc0ec6f6a0756b73baa2bc815113984f6f3ea6.zip
change pointwise comment
(bzr r13645.1.59)
Diffstat (limited to 'src')
-rw-r--r--src/2geom/pointwise.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/2geom/pointwise.h b/src/2geom/pointwise.h
index df3997492..0eb7c7073 100644
--- a/src/2geom/pointwise.h
+++ b/src/2geom/pointwise.h
@@ -12,8 +12,6 @@
* positions to preserve the intent.
* The data is serialised to SVG using a specialiced pointwise LPE parameter to
* handle it in th future can be a inkscape based property to paths
- * //all operations are O(1) per satellite, with the exception of .., .., and .., which
- * //need to use binary search to find the locations.
* Anywhere a Piecewise is used, a Pointwise can be substituted, allowing
* existing algorithms to correctly update satellite positions.