From: Brian Paul Date: Sun, 2 Mar 2003 19:31:15 +0000 (+0000) Subject: remove some MESA_DEBUG stuff X-Git-Tag: 062012170305~25987 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=490a8b83152a5c6bf79ef6e9805eabe6230c812e;p=profile%2Fivi%2Fmesa.git remove some MESA_DEBUG stuff --- diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index acac82b..4a25833 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;