From e43bc8da7a03462f1f3027fa308f7577fdb10156 Mon Sep 17 00:00:00 2001 From: Brian Date: Tue, 7 Aug 2007 09:55:13 -0600 Subject: get rid of temp write_mono_row_ub() function --- src/mesa/pipe/softpipe/sp_surface.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mesa/pipe') diff --git a/src/mesa/pipe/softpipe/sp_surface.h b/src/mesa/pipe/softpipe/sp_surface.h index e8466256db..6782bba376 100644 --- a/src/mesa/pipe/softpipe/sp_surface.h +++ b/src/mesa/pipe/softpipe/sp_surface.h @@ -73,10 +73,6 @@ struct softpipe_surface { GLint x, GLint y, GLubyte (*rgba)[NUM_CHANNELS] ); - void (*write_mono_row_ub)( struct softpipe_surface *, - GLuint count, GLint x, GLint y, - GLubyte rgba[NUM_CHANNELS] ); - void (*read_quad_z)(struct softpipe_surface *, GLint x, GLint y, GLuint zzzz[QUAD_SIZE]); void (*write_quad_z)(struct softpipe_surface *, -- cgit v1.2.3