From 52c44cee1e6596a8ace104361a470edadbd6a591 Mon Sep 17 00:00:00 2001 From: Roland Scheidegger Date: Mon, 25 Feb 2013 20:37:46 +0100 Subject: [PATCH] llvmpipe: (trivial) get rid of old function prototypes. llvmpipe_init_screen/context_texture_funcs have long been replaced with the respective "resource" funcs. --- src/gallium/drivers/llvmpipe/lp_texture.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/gallium/drivers/llvmpipe/lp_texture.h b/src/gallium/drivers/llvmpipe/lp_texture.h index 58d719e51e5..c046902b64e 100644 --- a/src/gallium/drivers/llvmpipe/lp_texture.h +++ b/src/gallium/drivers/llvmpipe/lp_texture.h @@ -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)