GLX: Remove a redundant initialization

Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Acked-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Jeremy Huddleston 2010-03-22 09:30:51 -07:00
parent 339207be6f
commit 73b3b67aac
1 changed files with 0 additions and 2 deletions

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,