all: make GCC stop complaining about set but unused variables

This commit is contained in:
Cosimo Cecchi 2011-02-04 15:43:40 -05:00
parent f0bee95a74
commit 0132e4be37
10 changed files with 3 additions and 153 deletions

View file

@ -77,13 +77,11 @@ icon_shape_renderer (cairo_t *cr,
if (GPOINTER_TO_UINT (attr->data) == data->placeholder) {
gdouble ascent;
gdouble height;
gdouble width;
GdkPixbuf *pixbuf;
GtkIconInfo *info;
ascent = pango_units_to_double (attr->ink_rect.y);
height = pango_units_to_double (attr->ink_rect.height);
width = pango_units_to_double (attr->ink_rect.width);
info = gtk_icon_theme_lookup_by_gicon (gtk_icon_theme_get_default (),
data->icon,
(gint)height,