mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-14 04:40:28 +01:00
remove some MESA_DEBUG stuff
This commit is contained in:
parent
27558a160a
commit
490a8b8315
1 changed files with 1 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue