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)