]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt3/QLPainter.h
delete Painter::fillPolygon() and associated frontend implementations
[features.git] / src / frontends / qt3 / QLPainter.h
index fad5060cd9bc3093da3127aae4daeaac45f554a8..19f1111d59df0d5a80946b6e2cc5ce9eba282686 100644 (file)
@@ -80,13 +80,6 @@ public:
                int w, int h,
                LColor_color);
 
-       /// draw a filled (irregular) polygon
-       virtual void fillPolygon(
-               int const * xp,
-               int const * yp,
-               int np,
-               LColor_color);
-
        /// draw an arc
        virtual void arc(
                int x, int y,