]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/nullpainter.h
remove the constness of the two code strings because this does not pass boost_concept...
[lyx.git] / src / frontends / nullpainter.h
index da563bf92f6487ba98dd160e9c4a0f2adcb91aa4..f2449a93184c548d60c251e763404b49e2d0ab47 100644 (file)
@@ -31,11 +31,6 @@ public:
        /// end painting
        void end() {}
 
-       ///
-       int paperWidth() const { return 0; }
-       ///
-       int paperHeight() const;
-
        ///
        void line(int, int, int, int, LColor_color,
                       line_style = line_solid, line_width = line_thin) {}