hw/xwin: Remove obsolete redundant declarations of winPushPixels()

winPushPixels() and winpushpxl.c was removed in it's entirety in commit
f31bd087e8 "Death to mfb"

wingc.c:37:1: error: redundant redeclaration of ‘winPushPixels’
win.h:1104:1: note: previous declaration of ‘winPushPixels’ was here

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
This commit is contained in:
Jon TURNEY 2012-01-25 17:18:12 +00:00
parent f06b468d96
commit 17d84c743d
2 changed files with 0 additions and 17 deletions

View File

@ -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
*/

View File

@ -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
*/