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:
Jamey Sharp 2010-05-25 15:52:18 -07:00
parent c97a3ade5a
commit 8bb88379d9

View File

@ -333,9 +333,3 @@ void __glXDispSwap_DrawArrays(GLbyte *pc)
}
}
void __glXDispSwap_DrawArraysEXT(GLbyte *pc)
{
#ifdef XXX_STUB
#endif /*XXX_STUB*/
}