X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FParagraph.h;h=b4b806789a1717c0358d2e71ec6821e293749057;hb=af6a164e3c27452e59a9c45c69a570e8dd086271;hp=50516d77ae9f75eeba4aff6800a04a5a86b949dd;hpb=b6390569819a957c0f58b8d73ce9cdb94a9356df;p=lyx.git diff --git a/src/Paragraph.h b/src/Paragraph.h index 50516d77ae..b4b806789a 100644 --- a/src/Paragraph.h +++ b/src/Paragraph.h @@ -357,9 +357,6 @@ public: char_type getUChar(BufferParams const &, pos_type pos) const; /// pos <= size() (there is a dummy font change at the end of each par) void setFont(pos_type pos, Font const & font); - /// Returns the height of the highest font in range - FontSize highestFontInRange(pos_type startpos, - pos_type endpos, FontSize def_size) const; /// void insert(pos_type pos, docstring const & str, Font const & font, Change const & change);