X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxtext.h;h=f43169b1ecc824630f6138f44d023986bebc2818;hb=97a59984b15c48db0caae7db1245750a93559984;hp=a01fb2ea72a7ec71746ff22080f678b08a42308d;hpb=a9bc3e688b7769481d53839dfe0a082a58fc75ed;p=features.git diff --git a/src/lyxtext.h b/src/lyxtext.h index a01fb2ea72..f43169b1ec 100644 --- a/src/lyxtext.h +++ b/src/lyxtext.h @@ -356,20 +356,6 @@ public: bool deleteEmptyParagraphMechanism(LCursor & cur, LCursor & old, bool & need_anchor_change); - /// sets row.end to the pos value *after* which a row should break. - /// for example, the pos after which isNewLine(pos) == true - /// FIXME: move to TextMetrics. - void rowBreakPoint(Buffer const &, int right_margin, int max_width, pit_type pit, - Row & row) const; - /// sets row.width to the minimum space a row needs on the screen in pixel - /// FIXME: move to TextMetrics. - void setRowWidth(Buffer const &, int right_margin, int max_width, pit_type pit, - Row & row) const; - - /// Calculate and set the height of the row - /// FIXME: move to TextMetrics. - void setHeightOfRow(BufferView const &, pit_type, Row & row); - public: /// the current font settings LyXFont current_font; @@ -408,10 +394,6 @@ private: void deleteWordBackward(LCursor & cur); /// void deleteLineForward(LCursor & cur); - - /// FIXME - int labelEnd(Buffer const &, int max_width, pit_type pit) const; - /// void charInserted(); /// set 'number' font property