[totem/gbsneto/various-cleanups: 1/3] grilo: Cleanup unused variables in finalize()




commit 5f3a24ec33a64a335f08613f88efad6d1df9ac04
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Tue Feb 8 12:14:08 2022 -0300

    grilo: Cleanup unused variables in finalize()
    
    Title. They're unused.

 src/totem-grilo.c | 2 --
 1 file changed, 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) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]