]> git.lyx.org Git - lyx.git/blobdiff - src/TextMetrics.h
* docstream: factorize out some code and introduce odocfstream::reset()
[lyx.git] / src / TextMetrics.h
index 80fd234f69bf01225d3dd19ca291bbbd2690454b..fccb2678b75d9da9b7aa285eec87f99a3e5c4d74 100644 (file)
@@ -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;