X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FText.h;h=7aed1655f0ce1cffa4c845fa29a18505ebf0d7b2;hb=429f4669b03cae0fd41e2abc6b0144d1c61bfe69;hp=e6759ef4361887018ed5ccceabfd0ed3e5086a67;hpb=8ed7f52584b6724429a08a6c31d33c23a246a076;p=lyx.git diff --git a/src/Text.h b/src/Text.h index e6759ef436..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,12 +373,8 @@ private: InsetText * owner_; /// ParagraphList pars_; - /// - bool autoBreakRows_; /// position of the text in the buffer. DocIterator macrocontext_position_; - /// - unsigned int undo_counter_; };