[gnome-software] trivial: Fix a clang warning
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] trivial: Fix a clang warning
- Date: Sun, 27 Nov 2016 18:55:30 +0000 (UTC)
commit 826a9a59cb721d2ec49ed9df86107cc56a1d232f
Author: Richard Hughes <richard hughsie com>
Date: Sun Nov 27 18:55:19 2016 +0000
trivial: Fix a clang warning
src/gs-popular-tile.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/gs-popular-tile.c b/src/gs-popular-tile.c
index 7540878..a14e565 100644
--- a/src/gs-popular-tile.c
+++ b/src/gs-popular-tile.c
@@ -53,13 +53,11 @@ app_state_changed_idle (gpointer user_data)
{
GsPopularTile *tile = GS_POPULAR_TILE (user_data);
AtkObject *accessible;
- GtkWidget *label;
gboolean installed;
g_autofree gchar *name = NULL;
accessible = gtk_widget_get_accessible (GTK_WIDGET (tile));
- label = gtk_bin_get_child (GTK_BIN (tile->eventbox));
switch (gs_app_get_state (tile->app)) {
case AS_APP_STATE_INSTALLED:
case AS_APP_STATE_INSTALLING:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]