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

@@ -90,11 +90,7 @@ _fbGetWindowPixmap (WindowPtr pWindow)
void
_fbSetWindowPixmap (WindowPtr pWindow, PixmapPtr pPixmap)
{
#ifdef FB_NO_WINDOW_PIXMAPS
FatalError ("Attempted to set window pixmap without fb support\n");
#else
dixSetPrivate(&pWindow->devPrivates, fbGetWinPrivateKey(), pPixmap);
#endif
}
Bool