]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiPainter.h
On Linux show in crash message box the backtrace
[lyx.git] / src / frontends / qt4 / GuiPainter.h
index 2d2cf3f36622a33f55060227e1ead04e45957f46..a4768c37c7b8759369a8d2b406f99805a7818a03 100644 (file)
@@ -144,13 +144,6 @@ private:
        /// draw a bevelled button border
        void buttonFrame(int x, int y, int w, int h);
 
-       /// draw small caps text
-       /**
-       \return width of the drawn text.
-       */
-       int smallCapsText(int x, int y,
-               QString const & str, FontInfo const & f);
-
        /// set pen parameters
        void setQPainterPen(QColor const & col,
                line_style ls = line_solid, float lw = thin_line);