summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-05-12 10:51:43 -0400
committerAdam Jackson <ajax@redhat.com>2008-05-12 10:51:43 -0400
commitdc2a372ad7edf34417d7d7042562b601e4f0041c (patch)
tree6e74d2aeb645fa14716b179e7302b2ab7a193316 /src
parent09543c5376f15521820dae14e2e48d3c4a01ba7a (diff)
fbpseudocolor no longer exists, don't try to use it.
Diffstat (limited to 'src')
-rw-r--r--src/neo_driver.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/neo_driver.c b/src/neo_driver.c
index 1ac21c3..633146d 100644
--- a/src/neo_driver.c
+++ b/src/neo_driver.c
@@ -1810,9 +1810,6 @@ NEOScreenInit(int scrnIndex, ScreenPtr pScreen, int argc, char **argv)
CMAP_PALETTED_TRUECOLOR | CMAP_RELOAD_ON_MODE_SWITCH))
return FALSE;
- if (pScrn->depth == 16)
- xxSetup(pScreen,8, pScrn->depth, NULL, nPtr->accelSync); /*@!@*/
-
racflag |= RAC_COLORMAP;
if (nPtr->NeoHWCursorInitialized)
racflag |= RAC_CURSOR;