[gtk+] list box: Remove an unused static



commit 6791c1413df55052f4dc270c644acac976dcd89a
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Nov 3 10:43:48 2015 -0500

    list box: Remove an unused static

 gtk/gtklistbox.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtklistbox.c b/gtk/gtklistbox.c
index 14fe248..c5ca895 100644
--- a/gtk/gtklistbox.c
+++ b/gtk/gtklistbox.c
@@ -176,8 +176,6 @@ static void                 gtk_list_box_add_move_binding             (GtkBindin
 static void                 gtk_list_box_update_cursor                (GtkListBox          *box,
                                                                        GtkListBoxRow       *row,
                                                                        gboolean             grab_focus);
-static void                 gtk_list_box_select_and_activate          (GtkListBox          *box,
-                                                                       GtkListBoxRow       *row);
 static void                 gtk_list_box_update_prelight              (GtkListBox          *box,
                                                                        GtkListBoxRow       *row);
 static void                 gtk_list_box_update_active                (GtkListBox          *box,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]