GLX: Remove a redundant initialization

Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
(cherry picked from commit 1c307d64d74ae8719680afcb750840851d33161f)
This commit is contained in:
Jeremy Huddleston 2010-03-22 09:30:51 -07:00
parent d585d5c980
commit 163286ee33

View file

@ -98,8 +98,6 @@ void __glXDisp_CallLists(GLbyte * pc)
const GLenum type = *(GLenum *)(pc + 4);
const GLvoid * lists = (const GLvoid *)(pc + 8);
lists = (const GLvoid *) (pc + 8);
CALL_CallLists( GET_DISPATCH(), (
n,
type,