From 6791c1413df55052f4dc270c644acac976dcd89a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 3 Nov 2015 10:43:48 -0500 Subject: [PATCH] list box: Remove an unused static --- gtk/gtklistbox.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtk/gtklistbox.c b/gtk/gtklistbox.c index 14fe248836..c5ca895ed7 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,