From 96545d038837bbc7dc435ed7c1f631454e86cecb Mon Sep 17 00:00:00 2001 From: Alexander Gottwald Date: Wed, 1 Dec 2004 14:57:45 +0000 Subject: [PATCH] Remove code which sneaked in recently. It is not proven to be correct, just a workaround and disabled by default --- hw/xwin/winengine.c | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/hw/xwin/winengine.c b/hw/xwin/winengine.c index 87a1dd2e1..c7eb1285b 100644 --- a/hw/xwin/winengine.c +++ b/hw/xwin/winengine.c @@ -204,19 +204,6 @@ winSetEngine (ScreenPtr pScreen) winSetEngineFunctionsShadowGDI (pScreen); return TRUE; } -#ifdef WIN_PSEUDOCOLOR8BITPLANE - /* Edited by Sebastian Haby - ShadowGDI is the only engine that supports PseudoColor "emulation" */ - if (pScreenInfo->fEmulatePseudo) - { - winErrorFVerb (2, "winSetEngine - EMULATEPSEUDO => ShadowGDI\n"); - pScreenInfo->dwEngine = WIN_SERVER_SHADOW_GDI; - - /* Set engine function pointers */ - winSetEngineFunctionsShadowGDI (pScreen); - return TRUE; - } -#endif /* If the user's choice is supported, we'll use that */ if (g_dwEnginesSupported & pScreenInfo->dwEnginePreferred)