mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00: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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user