summaryrefslogtreecommitdiff
path: root/src/mesa/glapi
diff options
context:
space:
mode:
authorKarl Schultz <kschultz@freedesktop.org>2005-09-05 14:08:51 +0000
committerKarl Schultz <kschultz@freedesktop.org>2005-09-05 14:08:51 +0000
commite15c2d077a89b1f4ca7121a85beaf9a0133c61e3 (patch)
treea2edfa951c107e17c15acd545307b892de80f073 /src/mesa/glapi
parent53a3c70580b2f7fd91de9960d83ee7e3b665ff2d (diff)
remove _swrast_DrawBuffer
Diffstat (limited to 'src/mesa/glapi')
-rw-r--r--src/mesa/glapi/mesadef.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/glapi/mesadef.py b/src/mesa/glapi/mesadef.py
index 7aa2776ca4..24e64ef998 100644
--- a/src/mesa/glapi/mesadef.py
+++ b/src/mesa/glapi/mesadef.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
-# $Id: mesadef.py,v 1.2 2004/05/10 07:42:27 dborca Exp $
+# $Id: mesadef.py,v 1.3 2005/09/05 14:09:25 kschultz Exp $
# Mesa 3-D graphics library
# Version: 4.1
@@ -159,7 +159,6 @@ def PrintTail():
print '\t_swrast_alloc_buffers'
print '\t_swrast_Bitmap'
print '\t_swrast_CopyPixels'
- print '\t_swrast_DrawBuffer'
print '\t_swrast_DrawPixels'
print '\t_swrast_GetDeviceDriverReference'
print '\t_swrast_Clear'