Code

* [INTL: es] Spanish translation update by Lucas Vieites (closes: #180399)
[inkscape.git] / src / node-context.h
index d5067a66a751dbbdeddff6448ef34ec97682f20a..cf53635d1835a5cba437144290131332b634625e 100644 (file)
@@ -36,7 +36,7 @@ struct SPNodeContext {
 
        guint drag : 1;
 
-       Inkscape::NodePath::Path *nodepath;
+       ShapeEditor* shape_editor;
 
        gboolean leftalt;
        gboolean rightalt;
@@ -50,16 +50,11 @@ struct SPNodeContext {
 
        Inkscape::MessageContext *_node_message_context;
 
-       double grab_t;
-       Inkscape::NodePath::Node * grab_node;
-       bool hit;
-       NR::Point curvepoint_event; // int coords from event
-       NR::Point curvepoint_doc; // same, in doc coords
        bool cursor_drag;
 
-       bool added_node;
+      bool added_node;
   
-  unsigned int current_state;
+      unsigned int current_state;
 };
 
 struct SPNodeContextClass {