]> git.lyx.org Git - lyx.git/blobdiff - src/Text.h
GuiBox: Factor out enabling/disabling to checkedWidgets.
[lyx.git] / src / Text.h
index 4c8ab94a6ec011a950d68f3bfc883c4fca4ac46f..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,8 +373,6 @@ private:
        InsetText * owner_;
        ///
        ParagraphList pars_;
-       ///
-       bool autoBreakRows_;
        /// position of the text in the buffer.
        DocIterator macrocontext_position_;
 };