summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_texture.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-09-10 16:51:52 -0600
committerBrian Paul <brianp@vmware.com>2009-09-10 16:51:52 -0600
commit6bc36f29c7e9cb4e5acc65acab27e9b6ec83ab94 (patch)
tree0e758313f1f536cc3ee91f4b0ceb894d892211b3 /src/gallium/drivers/softpipe/sp_texture.h
parent209031701a5e1180e6fdfeee8f8db164dd98a29e (diff)
softpipe: remove no-op softpipe_init_texture_funcs() function
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_texture.h')
-rw-r--r--src/gallium/drivers/softpipe/sp_texture.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/softpipe/sp_texture.h b/src/gallium/drivers/softpipe/sp_texture.h
index 893aa7d11d..b1b6130b22 100644
--- a/src/gallium/drivers/softpipe/sp_texture.h
+++ b/src/gallium/drivers/softpipe/sp_texture.h
@@ -74,9 +74,6 @@ softpipe_transfer(struct pipe_transfer *pt)
extern void
-softpipe_init_texture_funcs( struct softpipe_context *softpipe );
-
-extern void
softpipe_init_screen_texture_funcs(struct pipe_screen *screen);