iconhelper: Remove unused function
This commit is contained in:
parent
2a8e6619a7
commit
4843925660
@ -1164,9 +1164,3 @@ _gtk_icon_helper_set_pixbuf_scale (GtkIconHelper *self,
|
|||||||
_gtk_icon_helper_invalidate (self);
|
_gtk_icon_helper_invalidate (self);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
|
||||||
_gtk_icon_helper_get_pixbuf_scale (GtkIconHelper *self)
|
|
||||||
{
|
|
||||||
return self->priv->orig_pixbuf_scale;
|
|
||||||
}
|
|
||||||
|
@ -82,7 +82,6 @@ void _gtk_icon_helper_set_pixbuf (GtkIconHelper *self,
|
|||||||
GdkPixbuf *pixbuf);
|
GdkPixbuf *pixbuf);
|
||||||
void _gtk_icon_helper_set_pixbuf_scale (GtkIconHelper *self,
|
void _gtk_icon_helper_set_pixbuf_scale (GtkIconHelper *self,
|
||||||
int scale);
|
int scale);
|
||||||
int _gtk_icon_helper_get_pixbuf_scale (GtkIconHelper *self);
|
|
||||||
void _gtk_icon_helper_set_animation (GtkIconHelper *self,
|
void _gtk_icon_helper_set_animation (GtkIconHelper *self,
|
||||||
GdkPixbufAnimation *animation);
|
GdkPixbufAnimation *animation);
|
||||||
void _gtk_icon_helper_set_icon_set (GtkIconHelper *self,
|
void _gtk_icon_helper_set_icon_set (GtkIconHelper *self,
|
||||||
|
Loading…
Reference in New Issue
Block a user