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 <tiago.vignatti@nokia.com>
Reviewed-by: Aaron Plattner <aplattner@nvidia.com>
This commit is contained in:
Tiago Vignatti
2010-04-22 15:43:11 +03:00
parent 64fd39f2f0
commit 4f8dc1109d
4 changed files with 1 additions and 4 deletions

View File

@@ -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();