Don't erase current crtc for outputs on CloseScreen

Erasing this variable causes some outputs (SDVO on intel) to fail
to be correctly reset at server reset time.
(cherry picked from commit 56262a4ee9)
This commit is contained in:
Keith Packard 2007-04-02 14:15:36 -07:00 committed by Keith Packard
parent 11797ffdcc
commit a39f297ada

View File

@ -598,7 +598,6 @@ xf86CrtcCloseScreen (int index, ScreenPtr screen)
{
xf86OutputPtr output = config->output[o];
output->crtc = NULL;
output->randr_output = NULL;
}
for (c = 0; c < config->num_crtc; c++)