diff options
| author | bulia byak <buliabyak@gmail.com> | 2009-02-06 23:19:17 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2009-02-06 23:19:17 +0000 |
| commit | d8266a002a8cd69a0c0e576cce4f0fe237efa2e1 (patch) | |
| tree | ca78b35131e601fd4221184c1c892c3e695e1f75 | |
| parent | make more things private (diff) | |
| download | inkscape-d8266a002a8cd69a0c0e576cce4f0fe237efa2e1.tar.gz inkscape-d8266a002a8cd69a0c0e576cce4f0fe237efa2e1.zip | |
remove unused
(bzr r7240)
| -rw-r--r-- | src/event-context.h | 1 | ||||
| -rw-r--r-- | src/vanishing-point.cpp | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/event-context.h b/src/event-context.h index 37b0ea75b..df4aa6eab 100644 --- a/src/event-context.h +++ b/src/event-context.h @@ -27,7 +27,6 @@ struct GrDrag; struct SPDesktop; struct SPItem; -class KnotHolder; class ShapeEditor; namespace Inkscape { diff --git a/src/vanishing-point.cpp b/src/vanishing-point.cpp index 10f80fef1..ab46b21a6 100644 --- a/src/vanishing-point.cpp +++ b/src/vanishing-point.cpp @@ -23,8 +23,6 @@ #include "perspective-line.h" #include "shape-editor.h" -#include "knotholder.h" // FIXME: can we avoid direct access to KnotHolder::update_knots? - namespace Box3D { #define VP_KNOT_COLOR_NORMAL 0xffffff00 |
