mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
xlib: remove unused Fake_glXGetAGPOffsetMESA() function
To silence compiler warning. Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
6ff4795c62
commit
92e7342a6f
1 changed files with 0 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue