]> git.lyx.org Git - lyx.git/blobdiff - src/metricsinfo.h
avoid to update when navigating
[lyx.git] / src / metricsinfo.h
index b55a5fe8843b815e8e5ce96dcfd0722c1a7d4e3e..dc3bef45e2eeaef2db63bbc27b008a2784ff2128 100644 (file)
@@ -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;
 };