summaryrefslogtreecommitdiffstats
path: root/src/helper/geom-pathinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/geom-pathinfo.cpp')
-rw-r--r--src/helper/geom-pathinfo.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/helper/geom-pathinfo.cpp b/src/helper/geom-pathinfo.cpp
index c8ba01bd0..4bacad7ea 100644
--- a/src/helper/geom-pathinfo.cpp
+++ b/src/helper/geom-pathinfo.cpp
@@ -42,12 +42,6 @@ Pathinfo::Pathinfo(Piecewise<D2<SBasis> > pwd2)
Pathinfo::~Pathinfo(){};
-Piecewise<D2<SBasis> >
-Pathinfo::getPwd2() const
-{
- return _pwd2;
-}
-
void
Pathinfo::setPwd2(Piecewise<D2<SBasis> > pwd2_in)
{