[gtk+] Cleanup unused variables
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Cleanup unused variables
- Date: Thu, 3 Mar 2011 22:50:16 +0000 (UTC)
commit 8da124aa1fbe16019bf4a3b2c17fc3cfe29f00ce
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Thu Mar 3 17:47:50 2011 -0500
Cleanup unused variables
gtk/gtkswitch.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkswitch.c b/gtk/gtkswitch.c
index bd72d5a..d6a6ea7 100644
--- a/gtk/gtkswitch.c
+++ b/gtk/gtkswitch.c
@@ -288,7 +288,7 @@ gtk_switch_get_preferred_width (GtkWidget *widget,
GtkSwitchPrivate *priv = GTK_SWITCH (widget)->priv;
GtkStyleContext *context;
GtkStateFlags state;
- GtkBorder padding, border;
+ GtkBorder padding;
gint width, slider_width, focus_width, focus_pad;
PangoLayout *layout;
PangoRectangle logical_rect;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]