summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2016-11-26 16:45:49 +0100
committerKalev Lember <klember@redhat.com>2016-11-26 16:45:49 +0100
commita5c4de1bf408b3621761995ecdb8d49ef161e4fd (patch)
treed83d029d8cce80bfc7c3af69be2acb10b84279e8 /client
parentf951a37f8fa1c4482b4e42fe98d987a588fba798 (diff)
downloadappstream-glib-a5c4de1bf408b3621761995ecdb8d49ef161e4fd.tar.gz
trivial: Fix unused variable warnings
Diffstat (limited to 'client')
-rw-r--r--client/as-util.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/client/as-util.c b/client/as-util.c
index 87bd77f..5c6d05a 100644
--- a/client/as-util.c
+++ b/client/as-util.c
@@ -1226,7 +1226,6 @@ as_util_watch_store_app_changed_cb (AsStore *store, AsApp *app, AsUtilPrivate *p
static gboolean
as_util_watch (AsUtilPrivate *priv, gchar **values, GError **error)
{
- guint i;
g_autoptr(GString) xml = NULL;
g_autoptr(AsStore) store = NULL;
@@ -3536,7 +3535,6 @@ as_util_replace_screenshots (AsUtilPrivate *priv, gchar **values, GError **error
static gboolean
as_util_add_provide (AsUtilPrivate *priv, gchar **values, GError **error)
{
- GPtrArray *screenshots;
guint i;
AsProvideKind provide_kind;
g_autoptr(AsApp) app = NULL;
@@ -3587,8 +3585,6 @@ as_util_add_provide (AsUtilPrivate *priv, gchar **values, GError **error)
static gboolean
as_util_add_language (AsUtilPrivate *priv, gchar **values, GError **error)
{
- GPtrArray *screenshots;
- guint i;
gint percentage = 0;
g_autoptr(AsApp) app = NULL;
g_autoptr(GFile) file = NULL;