summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/node.h
diff options
context:
space:
mode:
authorjtx <javier.arraiza@marker.es>2013-03-22 10:53:13 +0000
committerjtx <javier.arraiza@marker.es>2013-03-22 10:53:13 +0000
commit040f59a8c297ded96fc20318c5eb4985958d346c (patch)
treea030e228d274beb3c7c255ef3c27cd9eb374a25f /src/ui/tool/node.h
parentFixing node fault (diff)
parentEnabling Mesh (diff)
downloadinkscape-040f59a8c297ded96fc20318c5eb4985958d346c.tar.gz
inkscape-040f59a8c297ded96fc20318c5eb4985958d346c.zip
Adding mesh
(bzr r11950.4.4)
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();