From 82800fae52ef1940780f8bc9692d9d96df265371 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 28 Apr 2017 22:21:19 +0100 Subject: [PATCH] wayland: Mark private function as static The selection_lookup_offer_by_atom() function is private to the file and not used elsewhere. --- gdk/wayland/gdkselection-wayland.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/wayland/gdkselection-wayland.c b/gdk/wayland/gdkselection-wayland.c index b31af85139..b98caa8ddf 100644 --- a/gdk/wayland/gdkselection-wayland.c +++ b/gdk/wayland/gdkselection-wayland.c @@ -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) {