diff options
Diffstat (limited to 'src/mesa/main/state.h')
-rw-r--r-- | src/mesa/main/state.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mesa/main/state.h b/src/mesa/main/state.h index 640c21dc7ce..cd1a78f226f 100644 --- a/src/mesa/main/state.h +++ b/src/mesa/main/state.h @@ -1,4 +1,4 @@ -/* $Id: state.h,v 1.3 2000/08/21 14:22:24 brianp Exp $ */ +/* $Id: state.h,v 1.4 2000/11/19 23:10:25 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -46,8 +46,5 @@ gl_print_state( const char *msg, GLuint state ); extern void gl_print_enable_flags( const char *msg, GLuint flags ); -extern void -_mesa_update_image_transfer_state(GLcontext *ctx); - #endif |