From 834787aacd28cba212fe4ad461b0d5d30dcd67e0 Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Wed, 10 May 2006 21:34:10 +0000 Subject: [PATCH] revers my change in 21818, w3seek point out it was not good, and it can create unsupectet problem, like no gui ondemain, and maybe other, it seam waxdragon and other have problem boot after this changes. thats is the reason for this change beeing remove, that was added in 21818 svn path=/trunk/; revision=21886 --- reactos/subsystems/win32/win32k/objects/dc.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/reactos/subsystems/win32/win32k/objects/dc.c b/reactos/subsystems/win32/win32k/objects/dc.c index 48933ca093f..40193f7e695 100644 --- a/reactos/subsystems/win32/win32k/objects/dc.c +++ b/reactos/subsystems/win32/win32k/objects/dc.c @@ -489,18 +489,6 @@ IntPrepareDriver() BOOL GotDriver; BOOL DoDefault; ULONG DisplayNumber; - LARGE_INTEGER TimeOut; - - /* We need delay the tree */ - TimeOut.QuadPart = -10000000; - KeDelayExecutionThread(KernelMode, FALSE, &TimeOut); - - if (PrimarySurface.PreparedDriver) - { - DPRINT1("time out!\n"); - KEBUGCHECK(0); - } - for (DisplayNumber = 0; ; DisplayNumber++) {