]> git.lyx.org Git - features.git/blobdiff - src/TextMetrics.h
#10285 and #10542 - Add sips as a fallback converter for Mac to provide preview of...
[features.git] / src / TextMetrics.h
index b854cbebd4777261cf64a34933582264efe469b9..2f6181d0b0d91592d92198f0112473e5d83dd001 100644 (file)
@@ -190,12 +190,6 @@ public:
        /// x,y are screen coordinates
        void setCursorFromCoordinates(Cursor & cur, int x, int y);
 
-       /// Helper function: find row element that contains pos, and
-       /// compute x offset.
-       Row::const_iterator const
-       findRowElement(Row const & row, pos_type const pos,
-                   bool const boundary, double & x) const;
-
        ///
        int cursorX(CursorSlice const & cursor, bool boundary) const;
        ///