summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-10-13 21:16:32 +0000
committerAdam Jackson <ajax@nwnk.net>2005-10-13 21:16:32 +0000
commitf7efbfaa8c4f68a7c26a87da3f3d1e2a05bfff8c (patch)
tree637f07c1c3b3c261340c937903b7241af7544b14
parent63d931868260f82fde17767efb21db592ca4df33 (diff)
Remove orphaned references to xf[14]bpp.XORG-6_8_99_901
-rw-r--r--src/rendition.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/rendition.c b/src/rendition.c
index 6216184..64e7e2a 100644
--- a/src/rendition.c
+++ b/src/rendition.c
@@ -193,14 +193,6 @@ static const char *int10Symbols[] = {
NULL
};
-#ifdef XFree86LOADER
-static const char *miscfbSymbols[]={
- "xf1bppScreenInit",
- "xf4bppScreenInit",
- NULL
-};
-#endif
-
static const char *fbSymbols[]={
"fbScreenInit",
"fbPictureInit",
@@ -252,7 +244,7 @@ renditionSetup(pointer Module, pointer Options, int *ErrorMajor,
if (!Initialised) {
Initialised=TRUE;
xf86AddDriver(&RENDITION, Module, 0);
- LoaderRefSymLists(vgahwSymbols, ramdacSymbols, miscfbSymbols,
+ LoaderRefSymLists(vgahwSymbols, ramdacSymbols,
fbSymbols, xaaSymbols, ddcSymbols, int10Symbols,
shadowfbSymbols, vbeSymbols, NULL);
return (pointer)TRUE;