X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFontList.h;h=9dfd5274269f1f6036d20f8b6c4ba588cef36b6e;hb=a879bc257519f030322d8d99643ccf3e52c1b62e;hp=61ab2205f244d3d78f122ff7cf13d1d4e560dc6e;hpb=ca0fd16ef7c7e55c442af3a2d599956a99ae30c4;p=lyx.git diff --git a/src/FontList.h b/src/FontList.h index 61ab2205f2..9dfd527426 100644 --- a/src/FontList.h +++ b/src/FontList.h @@ -92,7 +92,7 @@ public: /// const_iterator fontIterator(pos_type pos) const; /// - Font & get(pos_type pos); + Font const & get(pos_type pos); /// void set(pos_type pos, Font const & font); /// @@ -112,12 +112,6 @@ public: FontSize def_size ) const; - /// is there a font change in middle of the word? - bool hasChangeInRange( - pos_type pos, ///< position in the paragraph. - int len ///< length of the range to check. - ) const; - /// void validate(LaTeXFeatures & features) const;