mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-24 12:51:25 +00:00
remove unnessecary test
This commit is contained in:
parent
706004407f
commit
ed5454ef6d
1 changed files with 1 additions and 5 deletions
|
@ -155,11 +155,7 @@ VID_Shutdown(void)
|
|||
{
|
||||
Con_Printf("VID_Shutdown\n");
|
||||
|
||||
if(x_disp && ctx)
|
||||
{
|
||||
glXDestroyContext(x_disp, ctx);
|
||||
ctx = NULL;
|
||||
}
|
||||
glXDestroyContext(x_disp, ctx);
|
||||
|
||||
#ifdef HAS_DGA
|
||||
if (hasvidmode) {
|
||||
|
|
Loading…
Reference in a new issue