diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-07-29 14:56:10 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-07-29 14:56:10 +0000 |
| commit | e1d22472600d964b740346eb7d4500ffce1b93f3 (patch) | |
| tree | c0dc8054054a12e7750c610ba05b89662adfbd25 /src/node-context.cpp | |
| parent | automatically add helperpath for PathParams (diff) | |
| download | inkscape-e1d22472600d964b740346eb7d4500ffce1b93f3.tar.gz inkscape-e1d22472600d964b740346eb7d4500ffce1b93f3.zip | |
Remove now obsolete functions
(bzr r6458)
Diffstat (limited to '')
| -rw-r--r-- | src/node-context.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/node-context.cpp b/src/node-context.cpp index 66e535ac3..bff972408 100644 --- a/src/node-context.cpp +++ b/src/node-context.cpp @@ -121,12 +121,6 @@ sp_node_context_dispose(GObject *object) nc->sel_changed_connection.disconnect(); nc->sel_changed_connection.~connection(); - // TODO: should this be here? - SPItem *item = sp_desktop_selection(ec->desktop)->singleItem(); - if (item && SP_IS_LPE_ITEM(item)) { - sp_lpe_item_remove_temporary_canvasitems(SP_LPE_ITEM(item), ec->desktop); - } - delete nc->shape_editor; if (nc->_node_message_context) { |
