mi: removed unused PointerNonInterestBox functions.

Please note this patch breaks the ABI.

Signed-off-by: Oliver McFadden <oliver.mcfadden@nokia.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Oliver McFadden
2010-05-13 07:12:43 +03:00
parent 795432d4a9
commit 71296885b0
4 changed files with 0 additions and 20 deletions

View File

@@ -121,11 +121,6 @@ typedef void (* GetSpansProcPtr)(
int /*nspans*/,
char * /*pdstStart*/);
typedef void (* PointerNonInterestBoxProcPtr)(
DeviceIntPtr /*pDev*/,
ScreenPtr /*pScreen*/,
BoxPtr /*pBox*/);
typedef void (* SourceValidateProcPtr)(
DrawablePtr /*pDrawable*/,
int /*x*/,
@@ -489,7 +484,6 @@ typedef struct _Screen {
SaveScreenProcPtr SaveScreen;
GetImageProcPtr GetImage;
GetSpansProcPtr GetSpans;
PointerNonInterestBoxProcPtr PointerNonInterestBox;
SourceValidateProcPtr SourceValidate;
/* Window Procedures */