[gtk/child-properties-be-gone] searchbar: Fix a compiler warning
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/child-properties-be-gone] searchbar: Fix a compiler warning
- Date: Fri, 5 Apr 2019 04:45:01 +0000 (UTC)
commit ea5069275dd5107db5098f3694cf942b5442a73a
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Apr 5 04:14:53 2019 +0000
searchbar: Fix a compiler warning
gtk/gtksearchbar.c | 8 --------
1 file changed, 8 deletions(-)
---
diff --git a/gtk/gtksearchbar.c b/gtk/gtksearchbar.c
index ea6e134c5b..016b78cde9 100644
--- a/gtk/gtksearchbar.c
+++ b/gtk/gtksearchbar.c
@@ -113,14 +113,6 @@ stop_search_cb (GtkWidget *entry,
gtk_revealer_set_reveal_child (GTK_REVEALER (priv->revealer), FALSE);
}
-static void
-preedit_changed_cb (GtkEntry *entry,
- GtkWidget *popup,
- gboolean *preedit_changed)
-{
- *preedit_changed = TRUE;
-}
-
static void
reveal_child_changed_cb (GObject *object,
GParamSpec *pspec,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]