summaryrefslogtreecommitdiffstats
path: root/src/box3d-context.cpp
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2007-07-14 16:46:20 +0000
committercilix42 <cilix42@users.sourceforge.net>2007-07-14 16:46:20 +0000
commit14e576a36b7ee4cdcacefa4e653682b2c3c2c57a (patch)
tree34d5d8cceaf41f2b8557153a79564fb23d8f0226 /src/box3d-context.cpp
parentWrite distinguished corners of 3D boxes to the svg representation from which ... (diff)
downloadinkscape-14e576a36b7ee4cdcacefa4e653682b2c3c2c57a.tar.gz
inkscape-14e576a36b7ee4cdcacefa4e653682b2c3c2c57a.zip
Move check for unlinked paths of 3D box faces to the correct location
(bzr r3240)
Diffstat (limited to 'src/box3d-context.cpp')
-rw-r--r--src/box3d-context.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/box3d-context.cpp b/src/box3d-context.cpp
index 0bcf9ffa4..ada272acd 100644
--- a/src/box3d-context.cpp
+++ b/src/box3d-context.cpp
@@ -203,14 +203,6 @@ void sp_3dbox_context_selection_changed(Inkscape::Selection *selection, gpointer
ec->shape_repr = shape_repr;
Inkscape::GC::anchor(shape_repr);
sp_repr_add_listener(shape_repr, &ec_shape_repr_events, ec);
-
- // FIXME: The following really belongs in sp_3dbox_build. But when undoing & redoing the
- // creation of a 3D box, we have no means of accessing the recreated paths, which
- // seem to be built after the box itself. Thus we need to check for untracked paths
- // here and hook them to the box if the latter was created by a redo operation.
- if (SP_IS_3DBOX(item)) {
- sp_3dbox_link_to_existing_paths (SP_3DBOX(item), shape_repr);
- }
}
}
}