summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_rast.h
diff options
context:
space:
mode:
authorJosé Fonseca <[email protected]>2013-07-22 18:08:39 +0100
committerJosé Fonseca <[email protected]>2013-07-22 18:08:39 +0100
commit2a650611be93872d6aaa40e96a955c72150c3808 (patch)
tree50e96692635e05f04e7772faaf4b674e224e1c15 /src/gallium/drivers/llvmpipe/lp_rast.h
parent190312949e8ce2c1dc884d4db5d6a44511666641 (diff)
llvmpipe: Remove lp_rast_get_num_threads().
Never called. Trivial.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_rast.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_rast.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_rast.h b/src/gallium/drivers/llvmpipe/lp_rast.h
index e6e44c58262..c57f2ea11de 100644
--- a/src/gallium/drivers/llvmpipe/lp_rast.h
+++ b/src/gallium/drivers/llvmpipe/lp_rast.h
@@ -139,9 +139,6 @@ lp_rast_create( unsigned num_threads );
void
lp_rast_destroy( struct lp_rasterizer * );
-unsigned
-lp_rast_get_num_threads( struct lp_rasterizer * );
-
void
lp_rast_queue_scene( struct lp_rasterizer *rast,
struct lp_scene *scene );