mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 09:58:21 +02:00
Remove unused XAAAvailableOptions
This commit is contained in:
parent
8b9253f638
commit
09bfb25e03
1 changed files with 0 additions and 9 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue