From 2c01a49bf0a407bd5510bb9ceb4ef86a2cc36be9 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 15 Nov 2007 13:32:59 -0500 Subject: [PATCH] Don't sleep(1) at exit on any platform. --- hw/xfree86/common/xf86Init.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hw/xfree86/common/xf86Init.c b/hw/xfree86/common/xf86Init.c index d4f01d311..b5ee21d19 100644 --- a/hw/xfree86/common/xf86Init.c +++ b/hw/xfree86/common/xf86Init.c @@ -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);