]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/FontMetrics.h
Allow click on the 'spinner' to cancel export.
[lyx.git] / src / frontends / FontMetrics.h
index a35a26b481dfa4ded2072ade65a0e41c927f5b78..4472aa70083855c96018e9dd8d34fc7b97c01184 100644 (file)
@@ -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;