summaryrefslogtreecommitdiff
path: root/src/mesa/main
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-03-02 19:31:15 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-03-02 19:31:15 +0000
commit490a8b83152a5c6bf79ef6e9805eabe6230c812e (patch)
treea99ca2816b8338c5b4c5a820a7699f5187d34adf /src/mesa/main
parent27558a160a9fe91745728d7626995cd88f8fe339 (diff)
remove some MESA_DEBUG stuff
Diffstat (limited to 'src/mesa/main')
-rw-r--r--src/mesa/main/mtypes.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index acac82bc88..4a25833699 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -1,4 +1,4 @@
-/* $Id: mtypes.h,v 1.105 2003/03/01 01:50:22 brianp Exp $ */
+/* $Id: mtypes.h,v 1.106 2003/03/02 19:31:15 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -1842,9 +1842,6 @@ struct __GLcontextRec {
/* The string names for GL_POINT, GL_LINE_LOOP, etc */
extern const char *_mesa_prim_name[GL_POLYGON+4];
-#ifndef MESA_DEBUG
-#define MESA_DEBUG
-#endif
#ifdef MESA_DEBUG
extern int MESA_VERBOSE;