summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2010-05-25 15:52:18 -0700
committerJamey Sharp <jamey@minilop.net>2010-05-26 11:17:23 -0700
commit8bb88379d95356384e233225bfda6abfd71389b4 (patch)
tree289851873731312d32690f292d9c02a01b612132 /hw
parentc97a3ade5a8718b063292c73a31aac2196fe2452 (diff)
dmx: Remove dead __glXDispSwap_DrawArraysEXT definition.
Eric Anholt made the corresponding fix in glx/render2swap.c in commit 49d38ab2328c409b2a98465b52677af057121513. Signed-off-by: Jamey Sharp <jamey@minilop.net> Reviewed-by: Alex Deucher <alexdeucher@gmail.com>
Diffstat (limited to 'hw')
-rw-r--r--hw/dmx/glxProxy/render2swap.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/hw/dmx/glxProxy/render2swap.c b/hw/dmx/glxProxy/render2swap.c
index 37e43d8fa..0daeed19c 100644
--- a/hw/dmx/glxProxy/render2swap.c
+++ b/hw/dmx/glxProxy/render2swap.c
@@ -333,9 +333,3 @@ void __glXDispSwap_DrawArrays(GLbyte *pc)
}
}
-
-void __glXDispSwap_DrawArraysEXT(GLbyte *pc)
-{
-#ifdef XXX_STUB
-#endif /*XXX_STUB*/
-}