From 17d84c743d6b52f32c4ca0341aebaff972522945 Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Wed, 25 Jan 2012 17:18:12 +0000 Subject: [PATCH] hw/xwin: Remove obsolete redundant declarations of winPushPixels() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit winPushPixels() and winpushpxl.c was removed in it's entirety in commit f31bd087e8a7f65cd588bd1d022bb18e72b2a60c "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 Reviewed-by: Colin Harrison --- hw/xwin/win.h | 12 ------------ hw/xwin/wingc.c | 5 ----- 2 files changed, 17 deletions(-) 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 */