summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-09-18 16:39:09 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-09-18 16:39:09 +0000
commit3173277e20d7a2ed640298aa4f536f3903a0ef8b (patch)
treea53fd79e58be69ccb888e5575267712b1f9c5b9b /src/mesa/main/mtypes.h
parent8512074b90ce965166b8a82f0bba7d98a2c4a6e5 (diff)
remove MESA_TRACE stuff
Diffstat (limited to 'src/mesa/main/mtypes.h')
-rw-r--r--src/mesa/main/mtypes.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 9e21d95384..9a5bec693e 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -39,13 +39,8 @@
#include "config.h" /* Hardwired parameters */
#include "glapitable.h"
#include "glthread.h"
-
#include "math/m_matrix.h" /* GLmatrix */
-#if defined(MESA_TRACE)
-#include "Trace/tr_context.h"
-#endif
-
/**
* Color channel data type.
@@ -2220,14 +2215,6 @@ struct __GLcontextRec {
/** Dither disable via MESA_NO_DITHER env var */
GLboolean NoDither;
-#if defined(MESA_TRACE)
- struct _glapi_table *TraceDispatch;
- trace_context_t *TraceCtx;
-#else
- void *TraceDispatch;
- void *TraceCtx;
-#endif
-
/** Core tnl module support */
struct gl_tnl_module TnlModule;