forked from AuroraMiddleware/gtk
gsk: Mark private symbol as static
The ellipsis_contains_point() function is not used anywhere else.
This commit is contained in:
parent
ed2aaafa2c
commit
7ae5b516ac
@ -318,7 +318,7 @@ gsk_rounded_rect_is_rectilinear (const GskRoundedRect *self)
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
gboolean
|
||||
static gboolean
|
||||
ellipsis_contains_point (const graphene_size_t *ellipsis,
|
||||
const graphene_point_t *point)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user