]> git.lyx.org Git - lyx.git/blobdiff - src/RowPainter.h
add stripped down zlib 1.2.8
[lyx.git] / src / RowPainter.h
index aa48f466729c4dc357faf5a78bb00c9e39a180d3..a4120e6dfd81f38eaf65621cab5fc1d320d22b44 100644 (file)
@@ -63,7 +63,7 @@ private:
        void paintStringAndSel(Row::Element const & e);
        void paintMisspelledMark(double orig_x, Row::Element const & e) const;
        void paintChange(double orig_x , Font const & font, Change const & change) const;
-       int paintAppendixStart(int y) const;
+       void paintAppendixStart(int y) const;
        void paintInset(Inset const * inset, Font const & font,
                     Change const & change, pos_type const pos);
 
@@ -103,7 +103,6 @@ private:
        int solid_line_thickness_;
        int solid_line_offset_;
        int dotted_line_thickness_;
-       int dotted_line_offset_;
 };
 
 } // namespace lyx