st/texture-cache: Remove unused struct member
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2620>
This commit is contained in:
parent
888a0ad623
commit
83d427fc2b
@ -37,7 +37,6 @@
|
|||||||
struct _StTextureCachePrivate
|
struct _StTextureCachePrivate
|
||||||
{
|
{
|
||||||
GtkIconTheme *icon_theme;
|
GtkIconTheme *icon_theme;
|
||||||
GSettings *settings;
|
|
||||||
|
|
||||||
/* Things that were loaded with a cache policy != NONE */
|
/* Things that were loaded with a cache policy != NONE */
|
||||||
GHashTable *keyed_cache; /* char * -> ClutterImage* */
|
GHashTable *keyed_cache; /* char * -> ClutterImage* */
|
||||||
@ -220,7 +219,6 @@ st_texture_cache_dispose (GObject *object)
|
|||||||
|
|
||||||
g_cancellable_cancel (self->priv->cancellable);
|
g_cancellable_cancel (self->priv->cancellable);
|
||||||
|
|
||||||
g_clear_object (&self->priv->settings);
|
|
||||||
g_clear_object (&self->priv->icon_theme);
|
g_clear_object (&self->priv->icon_theme);
|
||||||
g_clear_object (&self->priv->cancellable);
|
g_clear_object (&self->priv->cancellable);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user