Don't sleep(1) at exit on any platform.

This commit is contained in:
Adam Jackson 2007-11-15 13:32:59 -05:00
parent 4c9cc82fc4
commit 2c01a49bf0

View File

@ -1307,10 +1307,6 @@ AbortDDX()
/*
* try to restore the original video state
*/
#if defined(HAS_USL_VTS) && !defined(linux)
/* Need the sleep when starting X from within another X session */
sleep(1);
#endif
#ifdef DPMSExtension /* Turn screens back on */
if (DPMSPowerLevel != DPMSModeOn)
DPMSSet(DPMSModeOn);