glx: remove unused GlxSetVisualConfigs stub
The function was an empty since 2008 at least. Drop it since no drivers use it any more. Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
e8f190b445
commit
b06a85e7fd
|
@ -176,13 +176,6 @@ glxGetScreen(ScreenPtr pScreen)
|
||||||
return dixLookupPrivate(&pScreen->devPrivates, glxScreenPrivateKey);
|
return dixLookupPrivate(&pScreen->devPrivates, glxScreenPrivateKey);
|
||||||
}
|
}
|
||||||
|
|
||||||
_X_EXPORT void
|
|
||||||
GlxSetVisualConfigs(int nconfigs, void *configs, void **privates)
|
|
||||||
{
|
|
||||||
/* We keep this stub around for the DDX drivers that still
|
|
||||||
* call it. */
|
|
||||||
}
|
|
||||||
|
|
||||||
GLint
|
GLint
|
||||||
glxConvertToXVisualType(int visualType)
|
glxConvertToXVisualType(int visualType)
|
||||||
{
|
{
|
||||||
|
|
|
@ -77,8 +77,6 @@ extern __GLXclientState *glxGetClient(ClientPtr pClient);
|
||||||
|
|
||||||
/************************************************************************/
|
/************************************************************************/
|
||||||
|
|
||||||
void GlxSetVisualConfigs(int nconfigs, void *configs, void **privates);
|
|
||||||
|
|
||||||
void __glXScreenInitVisuals(__GLXscreen * screen);
|
void __glXScreenInitVisuals(__GLXscreen * screen);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue