From fb491e2d6b0efcf65332bd13baf1bca429fdfe82 Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Mon, 6 Aug 2007 08:01:03 +0000 Subject: Draw perspective lines; provide shortcuts to toggle their visibility and the corners where they are attached (bzr r3393) --- src/perspective3d.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/perspective3d.cpp') 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); - } } } -- cgit v1.2.3