Code

fix bug #1568462 boolean operation remove mask/clip-path
[inkscape.git] / src / document-private.h
index cb83c9376eb268feca56338333a7be8e9076c489..c89948290974a14c155a182e8ec401faf1471c9f 100644 (file)
@@ -59,7 +59,7 @@ struct SPDocumentPrivate {
   SPDocument::CommitSignal commit_signal;
 
        /* Undo/Redo state */
-       guint sensitive: 1; /* If we save actions to undo stack */
+       bool sensitive: true; /* If we save actions to undo stack */
        Inkscape::XML::Event * partial; /* partial undo log when interrupted */
        int history_size;
        GSList * undo; /* Undo stack of reprs */
@@ -68,9 +68,6 @@ struct SPDocumentPrivate {
        /* Undo listener */
        Inkscape::CompositeUndoStackObserver undoStackObservers;
 
-        /* Event log */
-        Inkscape::EventLog event_log;
-
        // XXX only for testing!
        Inkscape::ConsoleOutputUndoObserver console_output_undo_observer;
 };