Skip to content

Commit bb4e4b7

Browse files
Carlos Garcia Camposraveit65
authored andcommitted
ev-loading-message: Remove unused variables
origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=3fd4162
1 parent 05b1f12 commit bb4e4b7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

shell/ev-loading-message.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ G_DEFINE_TYPE (EvLoadingMessage, ev_loading_message, GTK_TYPE_BOX)
3939
static void
4040
ev_loading_message_init (EvLoadingMessage *message)
4141
{
42-
GtkWidget *widget = GTK_WIDGET (message);
43-
GtkWidget *label;
44-
GtkStyleContext *context;
42+
GtkWidget *label;
4543

4644
gtk_container_set_border_width (GTK_CONTAINER (message), 10);
4745

@@ -70,7 +68,6 @@ static void
7068
ev_loading_message_size_allocate (GtkWidget *widget,
7169
GtkAllocation *allocation)
7270
{
73-
EvLoadingMessage *message = EV_LOADING_MESSAGE (widget);
7471
GtkAllocation child_allocation;
7572
GtkBorder padding;
7673

0 commit comments

Comments
 (0)