xlib: remove unused Fake_glXGetAGPOffsetMESA() function

To silence compiler warning.

Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
Brian Paul 2018-08-06 09:34:33 -06:00
parent 6ff4795c62
commit 92e7342a6f

View file

@ -2716,16 +2716,6 @@ Fake_glXReleaseBuffersMESA( Display *dpy, GLXDrawable d )
/*** GLX_MESA_agp_offset ***/
static GLuint
Fake_glXGetAGPOffsetMESA( const GLvoid *pointer )
{
(void) pointer;
return ~0;
}
/*** GLX_EXT_texture_from_pixmap ***/
static void