From 4f8dc1109dcdfa973466a038c16c07da5f6c16b4 Mon Sep 17 00:00:00 2001 From: Tiago Vignatti Date: Thu, 22 Apr 2010 15:43:11 +0300 Subject: dix and others: remove unused arraySize field from ScreenInfo Bizarre. This seems to never be used before. I left the field in ScreenInfo, with another name. So, stop looking at it. Signed-off-by: Tiago Vignatti Reviewed-by: Aaron Plattner --- test/xi2/protocol-common.c | 1 - test/xtest.c | 1 - 2 files changed, 2 deletions(-) (limited to 'test') diff --git a/test/xi2/protocol-common.c b/test/xi2/protocol-common.c index 2dff1ad6a..0afa55a40 100644 --- a/test/xi2/protocol-common.c +++ b/test/xi2/protocol-common.c @@ -141,7 +141,6 @@ static Bool device_cursor_init(DeviceIntPtr dev, ScreenPtr screen) { return TRUE static Bool set_cursor_pos(DeviceIntPtr dev, ScreenPtr screen, int x, int y, Bool event) { return TRUE; } void init_simple(void) { - screenInfo.arraySize = MAXSCREENS; screenInfo.numScreens = 1; screenInfo.screens[0] = &screen; diff --git a/test/xtest.c b/test/xtest.c index 572f5d2df..cc1188d7d 100644 --- a/test/xtest.c +++ b/test/xtest.c @@ -49,7 +49,6 @@ static void xtest_init_devices(void) /* random stuff that needs initialization */ memset(&screen, 0, sizeof(screen)); - screenInfo.arraySize = MAXSCREENS; screenInfo.numScreens = 1; screenInfo.screens[0] = &screen; screen.myNum = 0; -- cgit v1.2.3