forked from AuroraMiddleware/gtk
GtkIconTheme: Drop an unused variable
We no longer need a separate field for symbolic icon size, now that we are using the directory size.
This commit is contained in:
parent
b96058c3b7
commit
6cc32c24be
@ -264,8 +264,6 @@ struct _GtkIconInfo
|
|||||||
gdouble scale;
|
gdouble scale;
|
||||||
|
|
||||||
SymbolicPixbufCache *symbolic_pixbuf_cache;
|
SymbolicPixbufCache *symbolic_pixbuf_cache;
|
||||||
|
|
||||||
GtkRequisition *symbolic_pixbuf_size;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
@ -3429,7 +3427,6 @@ gtk_icon_info_finalize (GObject *object)
|
|||||||
g_clear_object (&icon_info->proxy_pixbuf);
|
g_clear_object (&icon_info->proxy_pixbuf);
|
||||||
g_clear_object (&icon_info->cache_pixbuf);
|
g_clear_object (&icon_info->cache_pixbuf);
|
||||||
g_clear_error (&icon_info->load_error);
|
g_clear_error (&icon_info->load_error);
|
||||||
g_clear_pointer (&icon_info->symbolic_pixbuf_size, gtk_requisition_free);
|
|
||||||
|
|
||||||
symbolic_pixbuf_cache_free (icon_info->symbolic_pixbuf_cache);
|
symbolic_pixbuf_cache_free (icon_info->symbolic_pixbuf_cache);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user