forked from AuroraMiddleware/gtk
wayland: Mark private function as static
The selection_lookup_offer_by_atom() function is private to the file and not used elsewhere.
This commit is contained in:
parent
4724a89022
commit
82800fae52
@ -479,7 +479,7 @@ static const struct gtk_primary_selection_offer_listener primary_offer_listener
|
||||
primary_offer_offer,
|
||||
};
|
||||
|
||||
SelectionData *
|
||||
static SelectionData *
|
||||
selection_lookup_offer_by_atom (GdkWaylandSelection *selection,
|
||||
GdkAtom selection_atom)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user