mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-30 23:50:51 +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");
|
Con_Printf("VID_Shutdown\n");
|
||||||
|
|
||||||
if(x_disp && ctx)
|
glXDestroyContext(x_disp, ctx);
|
||||||
{
|
|
||||||
glXDestroyContext(x_disp, ctx);
|
|
||||||
ctx = NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
#ifdef HAS_DGA
|
#ifdef HAS_DGA
|
||||||
if (hasvidmode) {
|
if (hasvidmode) {
|
||||||
|
|
Loading…
Reference in a new issue