diff options
Diffstat (limited to 'src/mesa/main/vtxfmt.h')
-rw-r--r-- | src/mesa/main/vtxfmt.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/mesa/main/vtxfmt.h b/src/mesa/main/vtxfmt.h index 401eb80a0ad..147385cee96 100644 --- a/src/mesa/main/vtxfmt.h +++ b/src/mesa/main/vtxfmt.h @@ -38,21 +38,12 @@ #if FEATURE_beginend -extern void _mesa_init_exec_vtxfmt( struct gl_context *ctx ); - extern void _mesa_install_exec_vtxfmt( struct gl_context *ctx, const GLvertexformat *vfmt ); extern void _mesa_install_save_vtxfmt( struct gl_context *ctx, const GLvertexformat *vfmt ); -extern void _mesa_restore_exec_vtxfmt( struct gl_context *ctx ); - #else /* FEATURE_beginend */ static INLINE void -_mesa_init_exec_vtxfmt( struct gl_context *ctx ) -{ -} - -static INLINE void _mesa_install_exec_vtxfmt( struct gl_context *ctx, const GLvertexformat *vfmt ) { } @@ -62,11 +53,6 @@ _mesa_install_save_vtxfmt( struct gl_context *ctx, const GLvertexformat *vfmt ) { } -static INLINE void -_mesa_restore_exec_vtxfmt( struct gl_context *ctx ) -{ -} - #endif /* FEATURE_beginend */ #endif /* _VTXFMT_H_ */ |