Dead code removal

Remove a whole bunch of code that was never built, be it entire files or
just dead ifdefs.
This commit is contained in:
Daniel Stone
2008-07-17 21:37:50 +03:00
parent 0564b5454a
commit 446fe9eecd
42 changed files with 28 additions and 3201 deletions

View File

@@ -31,10 +31,8 @@
Bool
fbCreateWindow(WindowPtr pWin)
{
#ifndef FB_NO_WINDOW_PIXMAPS
dixSetPrivate(&pWin->devPrivates, fbGetWinPrivateKey(),
fbGetScreenPixmap(pWin->drawable.pScreen));
#endif
#ifdef FB_SCREEN_PRIVATE
if (pWin->drawable.bitsPerPixel == 32)
pWin->drawable.bitsPerPixel = fbGetScreenPrivate(pWin->drawable.pScreen)->win32bpp;