]> git.lyx.org Git - lyx.git/blobdiff - src/metricsinfo.h
cosmetic fix
[lyx.git] / src / metricsinfo.h
index f48e6bd4d3b3facb550f15848909c75e9ff20019..fe64b81725b457b38b45b1d70a088da3c11af140 100644 (file)
@@ -36,11 +36,9 @@ struct MetricsBase {
        LyXFont font;
        /// current math style (display/text/script/..)
        Styles style;
-       /// name of current font
+       /// name of current font - mathed specific
        string fontname;
-       /// if this is set...
-       bool restrictwidth;
-       /// ... this is valid
+       /// This is the width available in pixels
        int textwidth;
 };