mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
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:
committed by
Adam Jackson
parent
e8f190b445
commit
b06a85e7fd
@@ -176,13 +176,6 @@ glxGetScreen(ScreenPtr pScreen)
|
||||
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
|
||||
glxConvertToXVisualType(int visualType)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user