iconhelper: Remove unused function

This commit is contained in:
Benjamin Otte
2015-11-23 05:00:39 +01:00
parent 2a8e6619a7
commit 4843925660
2 changed files with 0 additions and 7 deletions

View File

@ -1164,9 +1164,3 @@ _gtk_icon_helper_set_pixbuf_scale (GtkIconHelper *self,
_gtk_icon_helper_invalidate (self);
}
}
int
_gtk_icon_helper_get_pixbuf_scale (GtkIconHelper *self)
{
return self->priv->orig_pixbuf_scale;
}