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 --- dix/main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'dix/main.c') diff --git a/dix/main.c b/dix/main.c index f0235364f..e5667a611 100644 --- a/dix/main.c +++ b/dix/main.c @@ -190,7 +190,6 @@ int main(int argc, char *argv[], char *envp[]) FatalError("couldn't init server resources"); SetInputCheck(&alwaysCheckForInput[0], &alwaysCheckForInput[1]); - screenInfo.arraySize = MAXSCREENS; screenInfo.numScreens = 0; InitAtoms(); -- cgit v1.2.3