X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmetricsinfo.h;h=dc3bef45e2eeaef2db63bbc27b008a2784ff2128;hb=ff6706002f89b9c10b98ebd08c00962aacf0a4c7;hp=b55a5fe8843b815e8e5ce96dcfd0722c1a7d4e3e;hpb=db2c1d5917ca2ffe6e44c07a0ac2a2a7b8d1da85;p=lyx.git diff --git a/src/metricsinfo.h b/src/metricsinfo.h index b55a5fe884..dc3bef45e2 100644 --- a/src/metricsinfo.h +++ b/src/metricsinfo.h @@ -56,7 +56,7 @@ struct MetricsBase { // -// This contains a Metricsbase and Information that's only relevant during +// This contains a MetricsBase and information that's only relevant during // the first phase of the two-phase draw // struct MetricsInfo { @@ -71,7 +71,7 @@ struct MetricsInfo { // -// This contains a Metricsbase and Information that's only relevant during +// This contains a MetricsBase and information that's only relevant during // the second phase of the two-phase draw // struct PainterInfo { @@ -84,8 +84,6 @@ struct PainterInfo { MetricsBase base; /// Painter & pain; - /// width of current item - int width; };