X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFontList.h;h=6400f97524bf0c9b33a1cbfdd7761fd23f213a28;hb=ada09a2cdac01dec141c1fd680b0a8c4f77c2237;hp=9dfd5274269f1f6036d20f8b6c4ba588cef36b6e;hpb=3e9e6e344ace9160f93fd882bf2243d24a069fa5;p=lyx.git diff --git a/src/FontList.h b/src/FontList.h index 9dfd527426..6400f97524 100644 --- a/src/FontList.h +++ b/src/FontList.h @@ -105,13 +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; - /// void validate(LaTeXFeatures & features) const;