From 3df74ebf3fcb1ead38a0bbe43bb0de13ae4e2cea Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 5 Oct 2000 19:14:14 +0000 Subject: [PATCH] should not be setting x_disp to anything --- source/vid_x11.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/vid_x11.c b/source/vid_x11.c index 430dbc7..16d2211 100644 --- a/source/vid_x11.c +++ b/source/vid_x11.c @@ -685,7 +685,6 @@ VID_Shutdown(void) if (x_disp) { x11_restore_vidmode(); x11_close_display(); - x_disp = 0; } }