]> git.lyx.org Git - features.git/blobdiff - src/Text.h
Improve undo of consecutive insertions/deletions
[features.git] / src / Text.h
index e6759ef4361887018ed5ccceabfd0ed3e5086a67..4c8ab94a6ec011a950d68f3bfc883c4fca4ac46f 100644 (file)
@@ -382,8 +382,6 @@ private:
        bool autoBreakRows_;
        /// position of the text in the buffer.
        DocIterator macrocontext_position_;
-       ///
-       unsigned int undo_counter_;
 };