diff options
| author | jtx <javier.arraiza@marker.es> | 2013-03-22 10:53:13 +0000 |
|---|---|---|
| committer | jtx <javier.arraiza@marker.es> | 2013-03-22 10:53:13 +0000 |
| commit | 040f59a8c297ded96fc20318c5eb4985958d346c (patch) | |
| tree | a030e228d274beb3c7c255ef3c27cd9eb374a25f /src/ui/tool/node.h | |
| parent | Fixing node fault (diff) | |
| parent | Enabling Mesh (diff) | |
| download | inkscape-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.h | 7 |
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(); |
