summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/node.h
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-03-21 01:32:40 +0000
committerJabiertxo Arraiza Zenotz <jtx@jtx.marker.es>2013-03-21 01:32:40 +0000
commit27c65a6e91a8e79ae5b31e0a62869e3ec0e336c2 (patch)
tree42723c2a30a65ad191a1103ed2ec4e124660e045 /src/ui/tool/node.h
parentFor testing, widget added, regression fixed (diff)
parentFixing node fault (diff)
downloadinkscape-27c65a6e91a8e79ae5b31e0a62869e3ec0e336c2.tar.gz
inkscape-27c65a6e91a8e79ae5b31e0a62869e3ec0e336c2.zip
Inserting nodes fixed, cleanup
(bzr r11950.1.63)
Diffstat (limited to 'src/ui/tool/node.h')
-rw-r--r--src/ui/tool/node.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/tool/node.h b/src/ui/tool/node.h
index 7152f37fd..af83ac54e 100644
--- a/src/ui/tool/node.h
+++ b/src/ui/tool/node.h
@@ -120,7 +120,6 @@ protected:
virtual bool _hasDragTips() const { return true; }
private:
-
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