Module Name: xsrc
Committed By: macallan
Date: Thu Jul 18 18:02:10 UTC 2019
Modified Files:
xsrc/external/mit/xf86-video-suncg6/dist/src: cg6_driver.c
Log Message:
remove unused xaaSymbols[]
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 \
xsrc/external/mit/xf86-video-suncg6/dist/src/cg6_driver.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/xf86-video-suncg6/dist/src/cg6_driver.c
diff -u xsrc/external/mit/xf86-video-suncg6/dist/src/cg6_driver.c:1.13 xsrc/external/mit/xf86-video-suncg6/dist/src/cg6_driver.c:1.14
--- xsrc/external/mit/xf86-video-suncg6/dist/src/cg6_driver.c:1.13 Fri Sep 23 19:54:40 2016
+++ xsrc/external/mit/xf86-video-suncg6/dist/src/cg6_driver.c Thu Jul 18 18:02:10 2019
@@ -102,14 +102,6 @@ static const OptionInfoRec CG6Options[]
{ -1, NULL, OPTV_NONE, {0}, FALSE }
};
-static const char *xaaSymbols[] =
-{
- "XAACreateInfoRec",
- "XAADestroyInfoRec",
- "XAAInit",
- NULL
-};
-
static MODULESETUPPROTO(cg6Setup);
static XF86ModuleVersionInfo suncg6VersRec =