summaryrefslogtreecommitdiffstats
path: root/src/perspective3d.cpp
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2007-08-06 08:01:03 +0000
committercilix42 <cilix42@users.sourceforge.net>2007-08-06 08:01:03 +0000
commitfb491e2d6b0efcf65332bd13baf1bca429fdfe82 (patch)
treeeb1661358ca5e69f8b45b6ae305c87e99be4efae /src/perspective3d.cpp
parent(Un-)Snapping of VPs by Shift-dragging; this makes it possible to separate pe... (diff)
downloadinkscape-fb491e2d6b0efcf65332bd13baf1bca429fdfe82.tar.gz
inkscape-fb491e2d6b0efcf65332bd13baf1bca429fdfe82.zip
Draw perspective lines; provide shortcuts to toggle their visibility and the corners where they are attached
(bzr r3393)
Diffstat (limited to 'src/perspective3d.cpp')
-rw-r--r--src/perspective3d.cpp8
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);
- }
}
}