X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FText.h;h=7aed1655f0ce1cffa4c845fa29a18505ebf0d7b2;hb=49fa9137398c3c54495c6ab432cc05ee0cf727ec;hp=4c8ab94a6ec011a950d68f3bfc883c4fca4ac46f;hpb=ed3d9544a331a7c28730089e7b059eea592584c4;p=lyx.git diff --git a/src/Text.h b/src/Text.h index 4c8ab94a6e..7aed1655f0 100644 --- a/src/Text.h +++ b/src/Text.h @@ -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_; };