]> git.lyx.org Git - lyx.git/blobdiff - src/FontList.h
Update Win installer for new dictionary links. Untested.
[lyx.git] / src / FontList.h
index 9dfd5274269f1f6036d20f8b6c4ba588cef36b6e..2b09c11fb41c09d2019dfe5ed46a1c078fa9a327 100644 (file)
@@ -96,22 +96,10 @@ public:
        ///
        void set(pos_type pos, Font const & font);
        ///
-       void setRange(
-               pos_type startpos,
-               pos_type endpos,
-               Font const & font);
-       ///
        void increasePosAfterPos(pos_type pos);
        ///
        void decreasePosAfterPos(pos_type pos);
 
-       /// Returns the height of the highest font in range
-       FontSize highestInRange(
-               pos_type startpos,
-               pos_type endpos,
-               FontSize def_size
-               ) const;
-
        ///
        void validate(LaTeXFeatures & features) const;