Code

fix pasting style after copying a text span
[inkscape.git] / src / event-context.h
index 9b464b7fa8e2c751fc34425b80f5d3465d7a0221..df4aa6eab4070252ff07425613cd0be6838056e6 100644 (file)
@@ -27,7 +27,6 @@
 struct GrDrag;
 struct SPDesktop;
 struct SPItem;
-class KnotHolder;
 class ShapeEditor;
 
 namespace Inkscape {
@@ -72,8 +71,7 @@ struct SPEventContext : public GObject {
     GrDrag *_grdrag;
     GrDrag *get_drag () {return _grdrag;}
 
-    KnotHolder *shape_knot_holder;
-    Inkscape::XML::Node *shape_repr;
+    ShapeEditor* shape_editor;
 
     bool space_panning;
 };