mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
xfree86: xf86Config: drop unused xf86DRI2Enabled()
Not used anywhere, so no need to keep it around any longer. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -73,7 +73,6 @@ extern _X_EXPORT int platformSlotClaimed;
|
||||
#endif
|
||||
|
||||
extern _X_EXPORT confDRIRec xf86ConfigDRI;
|
||||
extern _X_EXPORT Bool xf86DRI2Enabled(void);
|
||||
|
||||
#define XF86SCRNINFO(p) xf86ScreenToScrn(p)
|
||||
|
||||
|
||||
@@ -972,12 +972,6 @@ configServerFlags(XF86ConfFlagsPtr flagsconf, XF86OptionPtr layoutopts)
|
||||
LimitClients, RESOURCE_ID_MASK);
|
||||
}
|
||||
|
||||
Bool
|
||||
xf86DRI2Enabled(void)
|
||||
{
|
||||
return xf86Info.dri2;
|
||||
}
|
||||
|
||||
/**
|
||||
* Search for the pInfo in the null-terminated list given and remove (and
|
||||
* free) it if present. All other devices are moved forward.
|
||||
|
||||
Reference in New Issue
Block a user