X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFontList.h;h=6400f97524bf0c9b33a1cbfdd7761fd23f213a28;hb=a550f7d91e2f945517cf96ad5f68788944539ecb;hp=fed99fe8fc08d34c14ae29bbb565312d68fc79f1;hpb=fdbe775b9f5468e8f53dc83a66583f412b5970fb;p=lyx.git diff --git a/src/FontList.h b/src/FontList.h index fed99fe8fc..6400f97524 100644 --- a/src/FontList.h +++ b/src/FontList.h @@ -105,19 +105,6 @@ public: /// 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; - - /// 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;