]> git.lyx.org Git - lyx.git/blobdiff - src/RowPainter.h
#10662 use drawers for bibliography dialogs
[lyx.git] / src / RowPainter.h
index 05ab57c51bc3d81b839eaff15d82fb9e00f8c967..99f0c8c515be5463dd95e9c4a30a23400ede876d 100644 (file)
@@ -29,7 +29,6 @@ class Language;
 class PainterInfo;
 class Paragraph;
 class ParagraphList;
-class ParagraphMetrics;
 class Text;
 class TextMetrics;
 
@@ -79,7 +78,7 @@ private:
 
        /// Text for the row
        Text const & text_;
-       TextMetrics const & text_metrics_;
+       TextMetrics const & tm_;
        ParagraphList const & pars_;
 
        /// The row to paint
@@ -87,7 +86,6 @@ private:
 
        /// Row's paragraph
        Paragraph const & par_;
-       ParagraphMetrics const & pm_;
 
        /// row changed? (change tracking)
        Change const change_;
@@ -96,10 +94,6 @@ private:
        double const xo_;
        int const yo_;    // current baseline
        double x_;
-       int width_;
-       int solid_line_thickness_;
-       int solid_line_offset_;
-       int dotted_line_thickness_;
 };
 
 } // namespace lyx