summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/dlist.h
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2013-04-23 09:19:07 -0600
committerBrian Paul <[email protected]>2013-04-23 21:12:25 -0600
commitcab19eced5aae4092143fcb01b4659a347156fc6 (patch)
treee7afd0a4e70219802ec3b1404bbca4144c8daf02 /src/mesa/main/dlist.h
parent71ee0030417c644342b6e2555463b5bc6ca38ed0 (diff)
mesa: make _mesa_save_vtxfmt_init() static
It's called from nowhere else. Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/main/dlist.h')
-rw-r--r--src/mesa/main/dlist.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/dlist.h b/src/mesa/main/dlist.h
index 2722e0620fb..f2192a71950 100644
--- a/src/mesa/main/dlist.h
+++ b/src/mesa/main/dlist.h
@@ -71,8 +71,6 @@ extern GLint _mesa_dlist_alloc_opcode( struct gl_context *ctx, GLuint sz,
extern void _mesa_delete_list(struct gl_context *ctx, struct gl_display_list *dlist);
-extern void _mesa_save_vtxfmt_init( GLvertexformat *vfmt );
-
extern void _mesa_initialize_save_table(const struct gl_context *);
extern void _mesa_install_dlist_vtxfmt(struct _glapi_table *disp,