should not be setting x_disp to anything

This commit is contained in:
Bill Currie 2000-10-05 19:14:14 +00:00
parent cb70ed81f6
commit 3df74ebf3f

View file

@ -685,7 +685,6 @@ VID_Shutdown(void)
if (x_disp) {
x11_restore_vidmode();
x11_close_display();
x_disp = 0;
}
}