From b25b33f79faf35619f9c87663a65895864eb2692 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 6 Jul 2014 16:51:29 -0400 Subject: [PATCH] Drop a leftover declaration This was left behind when resize grips were removed. --- gtk/gtkrange.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtk/gtkrange.c b/gtk/gtkrange.c index bec2d47769..5f309b9026 100644 --- a/gtk/gtkrange.c +++ b/gtk/gtkrange.c @@ -246,8 +246,6 @@ static void update_slider_position (GtkRange *range, gint mouse_x, gint mouse_y); static void stop_scrolling (GtkRange *range); -static gboolean modify_allocation_for_window_grip (GtkWidget *widget, - GtkAllocation *allocation); /* Range methods */