summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/tool/node.h')
-rw-r--r--src/ui/tool/node.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/ui/tool/node.h b/src/ui/tool/node.h
index a384db7cc..af83ac54e 100644
--- a/src/ui/tool/node.h
+++ b/src/ui/tool/node.h
@@ -120,9 +120,6 @@ protected:
virtual bool _hasDragTips() const { return true; }
private:
- //BSpline
- bool isBSpline;
- //BSpline End
inline PathManipulator &_pm();
Node *_parent; // the handle's lifetime does not extend beyond that of the parent node,
// so a naked pointer is OK and allows setting it during Node's construction
@@ -238,9 +235,7 @@ protected:
virtual bool _hasDragTips() const { return true; }
private:
- //BSpline
- bool isBSpline;
- //BSpline End
+
Node(Node const &);
void _fixNeighbors(Geom::Point const &old_pos, Geom::Point const &new_pos);
void _updateAutoHandles();