gsk: Mark private symbol as static
The ellipsis_contains_point() function is not used anywhere else.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user