]> git.lyx.org Git - lyx.git/blobdiff - src/Text.h
Use explicit macro to declare that we want to use C++11
[lyx.git] / src / Text.h
index e6759ef4361887018ed5ccceabfd0ed3e5086a67..7aed1655f0ce1cffa4c845fa29a18505ebf0d7b2 100644 (file)
@@ -188,11 +188,6 @@ public:
        void setCursorIntern(Cursor & cur, pit_type par,
                 pos_type pos, bool setfont = true, bool boundary = false);
 
-       ///
-       void recUndo(Cursor & cur, pit_type first, pit_type last) const;
-       ///
-       void recUndo(Cursor & cur, pit_type first) const;
-
        /// Move cursor one position backwards
        /**
         * Returns true if an update is needed after the move.
@@ -378,12 +373,8 @@ private:
        InsetText * owner_;
        ///
        ParagraphList pars_;
-       ///
-       bool autoBreakRows_;
        /// position of the text in the buffer.
        DocIterator macrocontext_position_;
-       ///
-       unsigned int undo_counter_;
 };