From 8b33258d07650a9c97e0ab0828fcee2c97feafdc Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 11 Jun 2004 22:44:22 +0000 Subject: remove the 3dfx CatchSignals stuff (the var was alwasy set) --- src/mesa/drivers/glide/fxapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/drivers/glide/fxapi.c') diff --git a/src/mesa/drivers/glide/fxapi.c b/src/mesa/drivers/glide/fxapi.c index 47aa0464eb..016d968be0 100644 --- a/src/mesa/drivers/glide/fxapi.c +++ b/src/mesa/drivers/glide/fxapi.c @@ -700,7 +700,7 @@ fxMesaCreateContext(GLuint win, /* install signal handlers */ #if defined(__linux__) /* Only install if environment var. is not set. */ - if (fxMesa->glCtx->CatchSignals && !getenv("MESA_FX_NO_SIGNALS")) { + if (!getenv("MESA_FX_NO_SIGNALS")) { signal(SIGINT, cleangraphics_handler); signal(SIGHUP, cleangraphics_handler); signal(SIGPIPE, cleangraphics_handler); -- cgit v1.2.3