diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2014-05-01 19:35:46 +0200 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2014-05-09 11:02:41 -0700 |
commit | 5a16ec366dffaf6312a435975a5ff879fe06205c (patch) | |
tree | 703bdee6c0bfeba47760cc6f2f0692a31c2399b0 /gtk/gtkspinbutton.c | |
parent | 0c6cc487d606b2503ba156f703e40a6412644203 (diff) | |
download | gtk+-5a16ec366dffaf6312a435975a5ff879fe06205c.tar.gz |
spinbutton: remove unused code
Diffstat (limited to 'gtk/gtkspinbutton.c')
-rw-r--r-- | gtk/gtkspinbutton.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkspinbutton.c b/gtk/gtkspinbutton.c index db39c31ab6..5b5089433f 100644 --- a/gtk/gtkspinbutton.c +++ b/gtk/gtkspinbutton.c @@ -1165,14 +1165,12 @@ gtk_spin_button_get_preferred_width (GtkWidget *widget, if (gtk_entry_get_width_chars (entry) < 0) { gint width, w; - gboolean interior_focus; gint focus_width; GtkBorder borders; PangoLayout *layout; gchar *str; gtk_style_context_get_style (style_context, - "interior-focus", &interior_focus, "focus-line-width", &focus_width, NULL); |