diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2012-05-21 04:44:54 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2012-05-21 04:44:54 +0000 |
| commit | 9d9347ae2714146bc1a943e8b15f26f161e6e10c (patch) | |
| tree | c25924e3bd82d66e60feff7ef64564f0026ebc3d /src/ui/tool/node.h | |
| parent | Fix for 1000023 : Fill & Stroke dialog redesign (diff) | |
| download | inkscape-9d9347ae2714146bc1a943e8b15f26f161e6e10c.tar.gz inkscape-9d9347ae2714146bc1a943e8b15f26f161e6e10c.zip | |
Extended control resizing to node editing. Fixes half of bug #172059.
Additional prep for centralizing color setting.
(bzr r11390)
Diffstat (limited to 'src/ui/tool/node.h')
| -rw-r--r-- | src/ui/tool/node.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/tool/node.h b/src/ui/tool/node.h index 084ea1dff..b3964a257 100644 --- a/src/ui/tool/node.h +++ b/src/ui/tool/node.h @@ -251,7 +251,6 @@ private: Inkscape::SnapSourceType _snapSourceType() const; Inkscape::SnapTargetType _snapTargetType() const; inline PathManipulator &_pm(); - static SPCtrlShapeType _node_type_to_shape(NodeType type); /** Determine whether two nodes are joined by a linear segment. */ static bool _is_line_segment(Node *first, Node *second); |
