diff options
author | Keith Packard <keithp@keithp.com> | 2010-04-30 12:27:51 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-04-30 12:27:51 -0700 |
commit | 0e91e19f783d21198fc2e210203e0f10040a9cd0 (patch) | |
tree | 4c875b7322c29a2ff8fb69bd831a7e8d456c93da /dix/main.c | |
parent | 81a081c1f0cb55df94cb10495aa7ad71cd5a9afb (diff) | |
parent | edbc56c088462844f6445f5e6d7cbcfc58a207dc (diff) |
Merge remote branch 'vignatti/for-keith'
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 b500ad767..2cff59c8e 100644 --- a/dix/main.c +++ b/dix/main.c @@ -188,7 +188,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(); |