summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_surface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_surface.h')
-rw-r--r--src/mesa/pipe/softpipe/sp_surface.h4
1 files changed, 0 insertions, 4 deletions
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 *,