diff options
author | Adam Jackson <ajax@redhat.com> | 2008-11-25 00:43:36 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-11-25 15:05:18 -0500 |
commit | 09bfb25e031772611a2f0902d4ba77b587e4bdb2 (patch) | |
tree | e4afbe056e32412faa75e3b053e1427225dc4353 | |
parent | 8b9253f6383df3fefe38bde43a5f892b158a77c4 (diff) |
Remove unused XAAAvailableOptions
-rw-r--r-- | hw/xfree86/xaa/xaaInitAccel.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/hw/xfree86/xaa/xaaInitAccel.c b/hw/xfree86/xaa/xaaInitAccel.c index 0672bcf5b..40871424a 100644 --- a/hw/xfree86/xaa/xaaInitAccel.c +++ b/hw/xfree86/xaa/xaaInitAccel.c @@ -16,8 +16,6 @@ #include "xf86fbman.h" #include "servermd.h" -static const OptionInfoRec *XAAAvailableOptions(void *unused); - /* * XAA Config options */ @@ -111,13 +109,6 @@ static XF86ModuleVersionInfo xaaVersRec = _X_EXPORT XF86ModuleData xaaModuleData = { &xaaVersRec, NULL, NULL }; -/*ARGSUSED*/ -static const OptionInfoRec * -XAAAvailableOptions(void *unused) -{ - return (XAAOptions); -} - Bool XAAInitAccel(ScreenPtr pScreen, XAAInfoRecPtr infoRec) { |