summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2005-02-13 01:44:32 +0000
committerEric Anholt <anholt@FreeBSD.org>2005-02-13 01:44:32 +0000
commit70e5d1bdf9a8b41a428a6e4b6b9b486a56ea055a (patch)
treeb91de315f883aeefc5b9755486d20f335491504d
parent59fdc051c2da28c137cf66f525398088c137bb48 (diff)
downloadmesa-70e5d1bdf9a8b41a428a6e4b6b9b486a56ea055a.tar.gz
Remove the #if 0 around PFNGLXGETMSCRATEOMLPROC stuff that appears to have
slipped in with "Bring Keith's change to fix crash issues seen with glean." Fixes build breakage on FreeBSD.
-rw-r--r--src/mesa/drivers/dri/common/dri_util.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/common/dri_util.c b/src/mesa/drivers/dri/common/dri_util.c
index 86ae392140a..eff21af0eaa 100644
--- a/src/mesa/drivers/dri/common/dri_util.c
+++ b/src/mesa/drivers/dri/common/dri_util.c
@@ -53,11 +53,9 @@
#include "drm_sarea.h"
#include "glcontextmodes.h"
-#if 0
#ifndef PFNGLXGETMSCRATEOMLPROC
typedef GLboolean ( * PFNGLXGETMSCRATEOMLPROC) (__DRInativeDisplay *dpy, __DRIid drawable, int32_t *numerator, int32_t *denominator);
#endif
-#endif
/**
* Weak thread-safety dispatch pointer. Older versions of libGL will not have