X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FFontMetrics.h;h=4472aa70083855c96018e9dd8d34fc7b97c01184;hb=0d54d3b762e4aae2450d218971fc667448a0e164;hp=a35a26b481dfa4ded2072ade65a0e41c927f5b78;hpb=66a3d64346332e47252b37dbc0f80158738987dc;p=lyx.git diff --git a/src/frontends/FontMetrics.h b/src/frontends/FontMetrics.h index a35a26b481..4472aa7008 100644 --- a/src/frontends/FontMetrics.h +++ b/src/frontends/FontMetrics.h @@ -60,8 +60,6 @@ public: virtual int maxAscent() const = 0; /// return the maximum descent of the font virtual int maxDescent() const = 0; - /// return the default leading of the font (often 0) - virtual int leading() const = 0; /// return default dimension of the font. /// \warning \c width is set to zero. virtual Dimension const defaultDimension() const = 0;