diff --git a/hw/xwin/win.h b/hw/xwin/win.h index 08d0d3f92..e632c792c 100644 --- a/hw/xwin/win.h +++ b/hw/xwin/win.h @@ -1052,18 +1052,6 @@ void winPolyLineNativeGDI(DrawablePtr pDrawable, GCPtr pGC, int mode, int npt, DDXPointPtr ppt); #endif - -#ifdef XWIN_NATIVEGDI -/* - * winpushpxl.c - */ - -void - -winPushPixels(GCPtr pGC, PixmapPtr pBitMap, DrawablePtr pDrawable, - int dx, int dy, int xOrg, int yOrg); -#endif - /* * winscrinit.c */ diff --git a/hw/xwin/wingc.c b/hw/xwin/wingc.c index 8b7c7040c..7ac305d06 100644 --- a/hw/xwin/wingc.c +++ b/hw/xwin/wingc.c @@ -33,11 +33,6 @@ #endif #include "win.h" -void - -winPushPixels(GCPtr pGC, PixmapPtr pBitMap, DrawablePtr pDrawable, int dx, - int dy, int xOrg, int yOrg); - /* * Local prototypes */