Code

now that selection description includes style (filtered, clipped), we need to update...
[inkscape.git] / src / node-context.h
index f67a32f6b7784fe3d211fcf3ddaf72e6edcca0c1..0e141274f635c96b8623888faa73aa09458e509a 100644 (file)
@@ -11,6 +11,7 @@
  * This code is in public domain
  */
 
+#include <gtk/gtktypeutils.h>
 #include <sigc++/sigc++.h>
 #include "event-context.h"
 #include "forward.h"
@@ -37,8 +38,6 @@ struct SPNodeContext {
 
        guint drag : 1;
 
-       ShapeEditor* shape_editor;
-
        gboolean leftalt;
        gboolean rightalt;
        gboolean leftctrl;
@@ -48,7 +47,6 @@ struct SPNodeContext {
        bool rb_escaped;
 
        sigc::connection sel_changed_connection;
-       sigc::connection sel_modified_connection;
 
        Inkscape::MessageContext *_node_message_context;