]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
Do not require an extra pit parameter when a row is available
[lyx.git] / src / Paragraph.h
index 6f8d248ca0625e0019eb46c0ed7a0076252ff706..b4b806789a1717c0358d2e71ec6821e293749057 100644 (file)
@@ -39,12 +39,10 @@ class DocumentClass;
 class Inset;
 class InsetBibitem;
 class LaTeXFeatures;
-class Inset_code;
 class InsetList;
 class Language;
 class Layout;
 class Font;
-class Font_size;
 class MetricsInfo;
 class OutputParams;
 class PainterInfo;
@@ -359,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);