mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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
1 changed files with 0 additions and 2 deletions
|
|
@ -37,7 +37,6 @@
|
|||
struct _StTextureCachePrivate
|
||||
{
|
||||
GtkIconTheme *icon_theme;
|
||||
GSettings *settings;
|
||||
|
||||
/* Things that were loaded with a cache policy != NONE */
|
||||
GHashTable *keyed_cache; /* char * -> ClutterImage* */
|
||||
|
|
@ -220,7 +219,6 @@ st_texture_cache_dispose (GObject *object)
|
|||
|
||||
g_cancellable_cancel (self->priv->cancellable);
|
||||
|
||||
g_clear_object (&self->priv->settings);
|
||||
g_clear_object (&self->priv->icon_theme);
|
||||
g_clear_object (&self->priv->cancellable);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue