From d909dd46e93849733fc496c892fd2caef8c3d25f Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Sat, 12 Jan 2013 12:13:54 +0100 Subject: ev-loading-message: Remove unused variables origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=3fd4162 --- shell/ev-loading-message.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/shell/ev-loading-message.c b/shell/ev-loading-message.c index b09d3479..aa7014e5 100644 --- a/shell/ev-loading-message.c +++ b/shell/ev-loading-message.c @@ -39,9 +39,7 @@ G_DEFINE_TYPE (EvLoadingMessage, ev_loading_message, GTK_TYPE_BOX) static void ev_loading_message_init (EvLoadingMessage *message) { - GtkWidget *widget = GTK_WIDGET (message); - GtkWidget *label; - GtkStyleContext *context; + GtkWidget *label; gtk_container_set_border_width (GTK_CONTAINER (message), 10); @@ -70,7 +68,6 @@ static void ev_loading_message_size_allocate (GtkWidget *widget, GtkAllocation *allocation) { - EvLoadingMessage *message = EV_LOADING_MESSAGE (widget); GtkAllocation child_allocation; GtkBorder padding; -- cgit v1.2.1