diff options
author | Tiago Vignatti <tiago.vignatti@nokia.com> | 2010-04-22 15:43:11 +0300 |
---|---|---|
committer | Tiago Vignatti <tiago.vignatti@nokia.com> | 2010-04-26 14:35:27 +0300 |
commit | 4f8dc1109dcdfa973466a038c16c07da5f6c16b4 (patch) | |
tree | 4b24627768070013abef2d7429cb2e8c94a4073a /dix/main.c | |
parent | 64fd39f2f0ffbbdc2d5929047d260263d0962141 (diff) |
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>
Diffstat (limited to 'dix/main.c')
-rw-r--r-- | dix/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
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(); |