summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200/r200_swtcl.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2009-01-22 02:38:00 +1000
committerDave Airlie <airlied@redhat.com>2009-01-22 02:38:00 +1000
commit0788e424713a2b71cceee60bcd21c79a2896b3bd (patch)
treee66484b14fe9e8f57ceb462f881689418c8d9ce8 /src/mesa/drivers/dri/r200/r200_swtcl.h
parent909aeb005f6e5b35889aa9b4fc5e68786bdad047 (diff)
r200: remove indexed verts
Diffstat (limited to 'src/mesa/drivers/dri/r200/r200_swtcl.h')
-rw-r--r--src/mesa/drivers/dri/r200/r200_swtcl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_swtcl.h b/src/mesa/drivers/dri/r200/r200_swtcl.h
index 0c25d8bc83..91c7c0ff8f 100644
--- a/src/mesa/drivers/dri/r200/r200_swtcl.h
+++ b/src/mesa/drivers/dri/r200/r200_swtcl.h
@@ -52,10 +52,6 @@ extern void r200BuildVertices( GLcontext *ctx, GLuint start, GLuint count,
extern void r200PrintSetupFlags(char *msg, GLuint flags );
-extern void r200_emit_indexed_verts( GLcontext *ctx,
- GLuint start,
- GLuint count );
-
extern void r200_translate_vertex( GLcontext *ctx,
const radeonVertex *src,
SWvertex *dst );