llvmpipe: (trivial) get rid of old function prototypes.

llvmpipe_init_screen/context_texture_funcs have long been replaced
with the respective "resource" funcs.
This commit is contained in:
Roland Scheidegger 2013-02-25 20:37:46 +01:00
parent c0ba1080df
commit 52c44cee1e
1 changed files with 0 additions and 7 deletions

View File

@ -250,13 +250,6 @@ extern void
llvmpipe_print_resources(void);
extern void
llvmpipe_init_screen_texture_funcs(struct pipe_screen *screen);
extern void
llvmpipe_init_context_texture_funcs(struct pipe_context *pipe);
#define LP_UNREFERENCED 0
#define LP_REFERENCED_FOR_READ (1 << 0)
#define LP_REFERENCED_FOR_WRITE (1 << 1)