diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-06-16 15:45:47 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-06-16 15:45:47 +0000 |
| commit | 5105a8b365bd0a62f3c8e89fdb65614d83847459 (patch) | |
| tree | 0ccbdd60d9ff3215262f873e9c30ecfe822eab51 /src/node-context.h | |
| parent | First step towards making helper paths for LPE items work better (diff) | |
| download | inkscape-5105a8b365bd0a62f3c8e89fdb65614d83847459.tar.gz inkscape-5105a8b365bd0a62f3c8e89fdb65614d83847459.zip | |
Second step: try to make helper curves respond faster (don't recreate/delete the temporary canvasitems each time the selection is modified); better use of flash paths
(bzr r5955)
Diffstat (limited to 'src/node-context.h')
| -rw-r--r-- | src/node-context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node-context.h b/src/node-context.h index f67a32f6b..922569d27 100644 --- a/src/node-context.h +++ b/src/node-context.h @@ -48,7 +48,6 @@ struct SPNodeContext { bool rb_escaped; sigc::connection sel_changed_connection; - sigc::connection sel_modified_connection; Inkscape::MessageContext *_node_message_context; |
