mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-03-08 01:00:34 +01:00
GLX: Remove a redundant initialization
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> (cherry picked from commit 1c307d64d74ae8719680afcb750840851d33161f)
This commit is contained in:
parent
d585d5c980
commit
163286ee33
1 changed files with 0 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue