[gtk+] spinbutton: remove unused variable
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] spinbutton: remove unused variable
- Date: Fri, 4 Mar 2011 20:43:37 +0000 (UTC)
commit eeedcf36124e3a145042a52bddd3e89bf68519e1
Author: Xan Lopez <xlopez igalia com>
Date: Fri Mar 4 21:43:08 2011 +0100
spinbutton: remove unused variable
gtk/gtkspinbutton.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkspinbutton.c b/gtk/gtkspinbutton.c
index 6bc78e0..bbe132f 100644
--- a/gtk/gtkspinbutton.c
+++ b/gtk/gtkspinbutton.c
@@ -990,7 +990,7 @@ gtk_spin_button_draw_arrow (GtkSpinButton *spin_button,
GtkWidget *widget;
gdouble angle;
gint panel_height;
- gdouble size, width, height, actual_width, x, y;
+ gdouble size, width, height, x, y;
g_return_if_fail (arrow_type == GTK_ARROW_UP || arrow_type == GTK_ARROW_DOWN);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]