]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.cpp
Do not require an extra pit parameter when a row is available
[lyx.git] / src / Paragraph.cpp
index d6106b37d4f919b4e31abb8f7882735fc077feaf..0fd673e71efb4dc9a811e59df2191d85a7fc07be 100644 (file)
@@ -1837,14 +1837,6 @@ Font const Paragraph::getLayoutFont
 }
 
 
-/// Returns the height of the highest font in range
-FontSize Paragraph::highestFontInRange
-       (pos_type startpos, pos_type endpos, FontSize def_size) const
-{
-       return d->fontlist_.highestInRange(startpos, endpos, def_size);
-}
-
-
 char_type Paragraph::getUChar(BufferParams const & bparams, pos_type pos) const
 {
        char_type c = d->text_[pos];