diff options
author | Oliver McFadden <oliver.mcfadden@nokia.com> | 2010-05-13 07:12:43 +0300 |
---|---|---|
committer | Oliver McFadden <oliver.mcfadden@nokia.com> | 2010-05-14 07:50:49 +0300 |
commit | 71296885b0bb946e7ab986169f5b872952c221a0 (patch) | |
tree | fca313c9277b35cd9e4bdf0504e10649b8675ac5 /hw/xnest | |
parent | 795432d4a92ed5b9fa4d9163e73c8e4fe4c74534 (diff) |
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>
Diffstat (limited to 'hw/xnest')
-rw-r--r-- | hw/xnest/Screen.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xnest/Screen.c b/hw/xnest/Screen.c index 8c1c2449d..62255b883 100644 --- a/hw/xnest/Screen.c +++ b/hw/xnest/Screen.c @@ -260,7 +260,6 @@ xnestOpenScreen(int index, ScreenPtr pScreen, int argc, char *argv[]) pScreen->SaveScreen = xnestSaveScreen; pScreen->GetImage = xnestGetImage; pScreen->GetSpans = xnestGetSpans; - pScreen->PointerNonInterestBox = NULL; pScreen->SourceValidate = NULL; /* Window Procedures */ |