[evince] ev-loading-message: Remove unused variables
- From: Carlos Garcia Campos <carlosgc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] ev-loading-message: Remove unused variables
- Date: Sat, 12 Jan 2013 11:14:22 +0000 (UTC)
commit 3fd4162d79e98ce7bc48d4f81c94ef5ea6d9a07f
Author: Carlos Garcia Campos <carlosgc gnome org>
Date: Sat Jan 12 12:13:54 2013 +0100
ev-loading-message: Remove unused variables
shell/ev-loading-message.c | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/shell/ev-loading-message.c b/shell/ev-loading-message.c
index 9d0203d..2a33d4b 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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]