mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-23 19:01:06 +00:00
[vid] Remove redundant call to VID_InitBuffers
This commit is contained in:
parent
38e7a63cef
commit
8e363d424f
1 changed files with 0 additions and 2 deletions
|
@ -519,8 +519,6 @@ x11_create_context (sw_ctx_t *ctx)
|
|||
}
|
||||
|
||||
viddef.vid_internal->init_buffers = x11_init_buffers;
|
||||
VID_InitBuffers ();
|
||||
|
||||
// XSynchronize (x_disp, False);
|
||||
// X11_AddEvent (x_shmeventtype, event_shm);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue