From d722b45848b899c5f4b7794871ef99207b8e7961 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sat, 4 Dec 2010 13:14:31 -0500 Subject: unifdef XFree86LOADER Signed-off-by: Matt Turner --- src/glint_driver.c | 4 ---- src/pm2_video.c | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/glint_driver.c b/src/glint_driver.c index bfd1ec8..ebe5c25 100644 --- a/src/glint_driver.c +++ b/src/glint_driver.c @@ -236,8 +236,6 @@ static RamDacSupportedInfoRec TIRamdacs[] = { { -1 } }; -#ifdef XFree86LOADER - static MODULESETUPPROTO(glintSetup); static XF86ModuleVersionInfo glintVersRec = @@ -271,8 +269,6 @@ glintSetup(pointer module, pointer opts, int *errmaj, int *errmin) return NULL; } -#endif /* XFree86LOADER */ - #define PARTPROD(a,b,c) (((a)<<6) | ((b)<<3) | (c)) static char bppand[4] = { 0x03, /* 8bpp */ diff --git a/src/pm2_video.c b/src/pm2_video.c index df10bea..0c47d16 100644 --- a/src/pm2_video.c +++ b/src/pm2_video.c @@ -3073,7 +3073,7 @@ Permedia2VideoInit(ScreenPtr pScreen) xf86InitFBManager(pScreen, &AvailFBArea); } -#if defined(XFree86LOADER) && 0 +#if 0 if (xf86LoaderCheckSymbol("xf86InitLinearFBManagerRegion")) { int last = pGlint->FbMapSize / (pScrn->bitsPerPixel / 8) - 1; BoxRec AvailFBArea; -- cgit v1.2.3