diff options
author | Brian Paul <[email protected]> | 2001-03-26 23:36:51 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-03-26 23:36:51 +0000 |
commit | 6dbb39025cac10aac98e37ee72539e3c2a81a161 (patch) | |
tree | 20a50f1e4076b3bbfc4582dc9989a0fbe72656dc /src/mesa/main/dispatch.c | |
parent | 5535aca5dffdfb8ad9a1970a062e6109227aa17f (diff) |
removed DO_GEOMETRY
Diffstat (limited to 'src/mesa/main/dispatch.c')
-rw-r--r-- | src/mesa/main/dispatch.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/main/dispatch.c b/src/mesa/main/dispatch.c index 7582732e235..0b9b17effc0 100644 --- a/src/mesa/main/dispatch.c +++ b/src/mesa/main/dispatch.c @@ -1,4 +1,4 @@ -/* $Id: dispatch.c,v 1.20 2001/03/12 00:48:37 gareth Exp $ */ +/* $Id: dispatch.c,v 1.21 2001/03/26 23:36:51 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -115,5 +115,4 @@ trace(void) #define GLAPIENTRY #endif -#define DO_GEOMETRY #include "glapitemp.h" |