diff options
Diffstat (limited to 'src/perspective3d.cpp')
| -rw-r--r-- | src/perspective3d.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/perspective3d.cpp b/src/perspective3d.cpp index 213744937..d37c9f3a0 100644 --- a/src/perspective3d.cpp +++ b/src/perspective3d.cpp @@ -19,7 +19,6 @@ // can probably be removed later #include "inkscape.h" -#include "knotholder.h" namespace Box3D { @@ -312,13 +311,6 @@ Perspective3D::reshape_boxes (Box3D::Axis axes) } sp_3dbox_set_shape (box, true); - // FIXME: Is there a way update the knots without accessing the - // statically linked function knotholder_update_knots? - SPEventContext *ec = inkscape_active_event_context(); - g_assert (ec != NULL); - if (ec->shape_knot_holder != NULL) { - knotholder_update_knots(ec->shape_knot_holder, (SPItem *) box); - } } } |
