draw: drop unused function

Introduced in 381e9fe6. Never used.

Fixes a compile warning with clang

Reviewed-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14252>
This commit is contained in:
Thomas H.P. Andersen 2021-12-18 21:10:06 +01:00 committed by Marge Bot
parent a7c5645dd3
commit c8c00fc6c3

View file

@ -38,11 +38,6 @@ struct user_cull_stage {
struct draw_stage stage; struct draw_stage stage;
}; };
static inline struct user_cull_stage *user_cull_stage( struct draw_stage *stage )
{
return (struct user_cull_stage *)stage;
}
static inline boolean static inline boolean
cull_distance_is_out(float dist) cull_distance_is_out(float dist)
{ {