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:
Emmanuele Bassi 2017-04-28 22:21:19 +01:00
parent 4724a89022
commit 82800fae52

View File

@ -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)
{