[totem/wip/hadess/update-plugin-names: 91/92] plugins: Remove obsolete comment



commit fc9214deae0ec7aa43c73b82c1cd6a7d8fcc9e20
Author: Bastien Nocera <hadess hadess net>
Date:   Sat Feb 23 13:45:54 2019 +0100

    plugins: Remove obsolete comment

 src/plugins/totem-plugins-engine.c | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/src/plugins/totem-plugins-engine.c b/src/plugins/totem-plugins-engine.c
index 9c8edf0a3..62788e661 100644
--- a/src/plugins/totem-plugins-engine.c
+++ b/src/plugins/totem-plugins-engine.c
@@ -180,8 +180,6 @@ totem_plugins_engine_init (TotemPluginsEngine *engine)
 
        engine->priv->settings = g_settings_new (TOTEM_GSETTINGS_SCHEMA);
 
-       /* Commented out because it's a no-op. A further section is commented out below, and more's commented 
out
-        * in totem-python-module.c. */
        engine->priv->garbage_collect_id = g_timeout_add_seconds_full (G_PRIORITY_LOW, 20, 
garbage_collect_cb, engine, NULL);
        g_source_set_name_by_id (engine->priv->garbage_collect_id, "[totem] garbage_collect_cb");
 }


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