mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-08 18:28:05 +02:00
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:
parent
339207be6f
commit
73b3b67aac
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