X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FTextMetrics.h;h=66d310fcc60ef4164c23152341d88b2385da8f3f;hb=612109bb6e5e61ba3c3693696f329eac3a288b5b;hp=dfd7d13bd1c03564792f9bafaf7e8047eee79b16;hpb=c5f556e43a9931d00b0e6c7fb5832ad8a21a1c9b;p=lyx.git diff --git a/src/TextMetrics.h b/src/TextMetrics.h index dfd7d13bd1..66d310fcc6 100644 --- a/src/TextMetrics.h +++ b/src/TextMetrics.h @@ -99,7 +99,7 @@ public: int descent() const { return dim_.des; } /// current text width. int width() const { return dim_.wid; } - /// current text heigth. + /// current text height. int height() const { return dim_.height(); } /// @@ -155,10 +155,6 @@ private: pos_type const end ) const; - /// draw selection for a single row - void drawRowSelection(PainterInfo & pi, int x, Row const & row, - Cursor const & cur, pit_type const pit) const; - // Temporary public: public: /// returns the column near the specified x-coordinate of the row.