X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFontList.h;h=9dfd5274269f1f6036d20f8b6c4ba588cef36b6e;hb=a879bc257519f030322d8d99643ccf3e52c1b62e;hp=fed99fe8fc08d34c14ae29bbb565312d68fc79f1;hpb=fdbe775b9f5468e8f53dc83a66583f412b5970fb;p=lyx.git diff --git a/src/FontList.h b/src/FontList.h index fed99fe8fc..9dfd527426 100644 --- a/src/FontList.h +++ b/src/FontList.h @@ -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;