]> git.lyx.org Git - features.git/blobdiff - src/frontends/Painter.h
delete Painter::fillPolygon() and associated frontend implementations
[features.git] / src / frontends / Painter.h
index 9680acb2e2d10205f227767029b88e9e6a0904f5..3bf36843d603641771e0301c99351062b1102e40 100644 (file)
@@ -112,13 +112,6 @@ public:
                int w, int h,
                LColor_color) = 0;
 
-       /// draw a filled (irregular) polygon (UNUSED, could be removed)
-       virtual void fillPolygon(
-               int const * xp,
-               int const * yp,
-               int np,
-               LColor_color) = 0;
-
        /// draw an arc
        virtual void arc(
                int x, int y,