mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 01:48:02 +02:00
dmx: Remove dead __glXDispSwap_DrawArraysEXT definition.
Eric Anholt made the corresponding fix in glx/render2swap.c in commit
49d38ab232.
Signed-off-by: Jamey Sharp <jamey@minilop.net>
Reviewed-by: Alex Deucher <alexdeucher@gmail.com>
This commit is contained in:
parent
c97a3ade5a
commit
8bb88379d9
1 changed files with 0 additions and 6 deletions
|
|
@ -333,9 +333,3 @@ void __glXDispSwap_DrawArrays(GLbyte *pc)
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
void __glXDispSwap_DrawArraysEXT(GLbyte *pc)
|
||||
{
|
||||
#ifdef XXX_STUB
|
||||
#endif /*XXX_STUB*/
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue