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:
committed by
Marge Bot
parent
a7c5645dd3
commit
c8c00fc6c3
@@ -38,11 +38,6 @@ struct user_cull_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
|
||||
cull_distance_is_out(float dist)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user