]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / src / Paragraph.h
index 50516d77ae9f75eeba4aff6800a04a5a86b949dd..b4b806789a1717c0358d2e71ec6821e293749057 100644 (file)
@@ -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);