mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 17:50:12 +01:00
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:
parent
a7c5645dd3
commit
c8c00fc6c3
1 changed files with 0 additions and 5 deletions
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue