[gnome-software] plugin loader: Remove an unused priv field
- From: Kalev Lember <klember src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] plugin loader: Remove an unused priv field
- Date: Fri, 26 Jun 2015 20:40:01 +0000 (UTC)
commit 0c69bbed6183bcfecde87a00ea94d07da5489a79
Author: Kalev Lember <klember redhat com>
Date: Fri Jun 26 18:31:36 2015 +0200
plugin loader: Remove an unused priv field
src/gs-plugin-loader.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/gs-plugin-loader.c b/src/gs-plugin-loader.c
index 35f8835..a7b4945 100644
--- a/src/gs-plugin-loader.c
+++ b/src/gs-plugin-loader.c
@@ -48,7 +48,6 @@ struct GsPluginLoaderPrivate
gchar **compatible_projects;
gint scale;
- GList *queued_installs;
guint updates_changed_id;
gboolean online;
};
@@ -1056,8 +1055,6 @@ gs_plugin_loader_get_installed_thread_cb (GTask *task,
return;
}
- state->list = g_list_concat (state->list, g_list_copy_deep (plugin_loader->priv->queued_installs,
(GCopyFunc)g_object_ref, NULL));
-
/* filter package list */
gs_plugin_list_filter (&state->list, gs_plugin_loader_app_is_valid, state);
if (state->list == NULL) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]