diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2010-03-22 09:30:51 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2010-03-29 09:37:14 -0700 |
commit | 73b3b67aac9f3938a96cb8822b9c270bd82ded5c (patch) | |
tree | 1eab2979f71c2f011e88aa02b962aef6fcd62ae8 /glx | |
parent | 339207be6f184cc783076fc7e2cc12f92f57f2ba (diff) |
GLX: Remove a redundant initialization
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Acked-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'glx')
-rw-r--r-- | glx/indirect_dispatch.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/glx/indirect_dispatch.c b/glx/indirect_dispatch.c index 666551903..ecd2bc8de 100644 --- a/glx/indirect_dispatch.c +++ b/glx/indirect_dispatch.c @@ -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, |