llvmpipe: (trivial) get rid of old function prototypes.
authorRoland Scheidegger <sroland@vmware.com>
Mon, 25 Feb 2013 19:37:46 +0000 (20:37 +0100)
committerRoland Scheidegger <sroland@vmware.com>
Mon, 25 Feb 2013 19:38:23 +0000 (20:38 +0100)
llvmpipe_init_screen/context_texture_funcs have long been replaced
with the respective "resource" funcs.

src/gallium/drivers/llvmpipe/lp_texture.h

index 58d719e51e56a01097a4991337346eefefe45857..c046902b64e182d8be03fac2d90744b6d06da096 100644 (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)