summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2022-02-08 12:14:08 -0300
committerBastien Nocera <hadess@hadess.net>2022-02-09 18:13:18 +0100
commit740d71cadf6c2cba84738828109258cf00a4ad39 (patch)
treeaeaedba808f4182973f06007853b05cfe542ba2c
parent9663d27fa21fd9f48bd88e4b38e7962472f581ac (diff)
downloadtotem-740d71cadf6c2cba84738828109258cf00a4ad39.tar.gz
grilo: Remove unused variables in finalize()
-rw-r--r--src/totem-grilo.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/totem-grilo.c b/src/totem-grilo.c
index 9c3b77fa6..47e9c7041 100644
--- a/src/totem-grilo.c
+++ b/src/totem-grilo.c
@@ -2524,8 +2524,6 @@ static void
totem_grilo_finalize (GObject *object)
{
TotemGrilo *self = TOTEM_GRILO (object);
- GList *sources;
- GList *s;
GrlRegistry *registry;
if (self->thumbnail_update_id > 0) {