summaryrefslogtreecommitdiffstats
path: root/src/2geom
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-05-08 20:57:37 +0000
committerjabiertxof <info@marker.es>2016-05-08 20:57:37 +0000
commit97bd182d6a2113eab1dd5faf51402ebd5382791c (patch)
tree272e95fb4951a821dbd5f416cd19250dcc278819 /src/2geom
parentupdate to trunk (diff)
downloadinkscape-97bd182d6a2113eab1dd5faf51402ebd5382791c.tar.gz
inkscape-97bd182d6a2113eab1dd5faf51402ebd5382791c.zip
First attempt to make fixed tweenk review
(bzr r13645.1.128)
Diffstat (limited to 'src/2geom')
-rw-r--r--src/2geom/2geom.h2
-rw-r--r--src/2geom/CMakeLists.txt3
2 files changed, 0 insertions, 5 deletions
diff --git a/src/2geom/2geom.h b/src/2geom/2geom.h
index e9222ba84..813e243b3 100644
--- a/src/2geom/2geom.h
+++ b/src/2geom/2geom.h
@@ -59,8 +59,6 @@
#include <2geom/sbasis.h>
// others
-#include <2geom/pointwise.h>
-#include <2geom/satellite.h>
#include <2geom/math-utils.h>
#include <2geom/utils.h>
diff --git a/src/2geom/CMakeLists.txt b/src/2geom/CMakeLists.txt
index e38594547..97b47b630 100644
--- a/src/2geom/CMakeLists.txt
+++ b/src/2geom/CMakeLists.txt
@@ -29,11 +29,9 @@ set(2geom_SRC
pathvector.cpp
piecewise.cpp
point.cpp
- pointwise.cpp
polynomial.cpp
rect.cpp
# recursive-bezier-intersection.cpp
- satellite.cpp
sbasis-2d.cpp
sbasis-geometric.cpp
sbasis-math.cpp
@@ -95,7 +93,6 @@ set(2geom_SRC
pathvector.h
piecewise.h
point.h
- pointwise.h
polynomial.h
ray.h
rect.h