X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FTextMetrics.h;h=34eda6b2de971a1e01ddf60ebb75cabfab734896;hb=1acedf11da79f509da706bc8d6d2f491c9676087;hp=80fd234f69bf01225d3dd19ca291bbbd2690454b;hpb=f8f78fe59d9f1fe98f8ffea89844653249b61d0b;p=lyx.git diff --git a/src/TextMetrics.h b/src/TextMetrics.h index 80fd234f69..34eda6b2de 100644 --- a/src/TextMetrics.h +++ b/src/TextMetrics.h @@ -128,13 +128,6 @@ private: /// ParagraphMetrics & parMetrics(pit_type, bool redo_paragraph); - /// draw textselection. - /// FIXME: simplify to just to single row painting. - void drawSelection(PainterInfo & pi, - DocIterator const & beg, ///< selection begin. - DocIterator const & end, ///< selection end. - int x) const; - /// the minimum space a manual label needs on the screen in pixels int labelFill(pit_type const pit, Row const & row) const; @@ -249,6 +242,7 @@ public: int leftMargin(int max_width, pit_type pit) const; private: + friend class BufferView; /// The BufferView owner. BufferView * bv_;