removed duplicate GLX_AUX_BUFFERS_BIT definition
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 24 Sep 2001 14:15:58 +0000 (14:15 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 24 Sep 2001 14:15:58 +0000 (14:15 +0000)
include/GL/glx.h

index 9ec158059086b364da4a179e1d2c226452a1a757..74e3cc01ab83e64dde345ca96b942fc800913b45 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: glx.h,v 1.32 2001/09/23 16:06:13 brianp Exp $ */
+/* $Id: glx.h,v 1.33 2001/09/24 14:15:58 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -141,7 +141,6 @@ extern "C" {
 #define GLX_FRONT_RIGHT_BUFFER_BIT     0x00000002
 #define GLX_BACK_LEFT_BUFFER_BIT       0x00000004
 #define GLX_BACK_RIGHT_BUFFER_BIT      0x00000008
-#define GLX_AUX_BUFFERS_BIT            0x00000010
 #define GLX_DEPTH_BUFFER_BIT           0x00000020
 #define GLX_STENCIL_BUFFER_BIT         0x00000040
 #define GLX_ACCUM_BUFFER_BIT           0x00000080