mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-25 21:02:21 +00:00
Warning fix: Remove dead glXDisp{,Swap}_DrawArraysEXT definitions.
Signed-off-by: Eric Anholt <eric@anholt.net> Acked-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
2c5bfffc83
commit
49d38ab232
2 changed files with 0 additions and 10 deletions
|
|
@ -251,8 +251,3 @@ void __glXDisp_DrawArrays(GLbyte *pc)
|
|||
CALL_DisableClientState( GET_DISPATCH(), (GL_SECONDARY_COLOR_ARRAY) );
|
||||
CALL_DisableClientState( GET_DISPATCH(), (GL_FOG_COORD_ARRAY) );
|
||||
}
|
||||
|
||||
void __glXDisp_DrawArraysEXT(GLbyte *pc)
|
||||
{
|
||||
__glXDisp_DrawArrays(pc);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue