summaryrefslogtreecommitdiff
path: root/shell/eggfindbar.c
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-11-11 09:27:38 +0100
committerZenWalker <[email protected]>2019-11-28 01:03:04 +0100
commit0fc51a2c8daff96ed2535ed318dc4d737b34845c (patch)
tree248e5027a9cf0b33d030f072a36ea48cd1834c1f /shell/eggfindbar.c
parent8a85c86a88a517ec52c4a14d1f41e23b975a60dc (diff)
downloadatril-0fc51a2c8daff96ed2535ed318dc4d737b34845c.tar.bz2
atril-0fc51a2c8daff96ed2535ed318dc4d737b34845c.tar.xz
avoid redundant redeclarations
Diffstat (limited to 'shell/eggfindbar.c')
-rw-r--r--shell/eggfindbar.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/eggfindbar.c b/shell/eggfindbar.c
index b5a54403..438c5dc7 100644
--- a/shell/eggfindbar.c
+++ b/shell/eggfindbar.c
@@ -60,7 +60,6 @@ static void egg_find_bar_set_property (GObject *object,
GParamSpec *pspec);
static void egg_find_bar_show (GtkWidget *widget);
static void egg_find_bar_hide (GtkWidget *widget);
-void egg_find_bar_grab_focus (GtkWidget *widget);
G_DEFINE_TYPE_WITH_PRIVATE (EggFindBar, egg_find_bar, GTK_TYPE_TOOLBAR);