diff options
Diffstat (limited to 'src/mesa/main/attrib.h')
-rw-r--r-- | src/mesa/main/attrib.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/main/attrib.h b/src/mesa/main/attrib.h index 5ce75fcd913..fabe3e0d037 100644 --- a/src/mesa/main/attrib.h +++ b/src/mesa/main/attrib.h @@ -1,4 +1,4 @@ -/* $Id: attrib.h,v 1.5 2001/03/12 00:48:37 gareth Exp $ */ +/* $Id: attrib.h,v 1.6 2002/02/13 00:53:19 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -31,7 +31,6 @@ #include "mtypes.h" - extern void _mesa_PushAttrib( GLbitfield mask ); |