[epiphany/mcatanzaro/cppcheck: 11/16] downloads-progress-icon: remove unused member variable



commit d29d9290259cfb53cea803dc4d885d5ae8b04a80
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Nov 17 10:38:53 2019 -0600

    downloads-progress-icon: remove unused member variable

 lib/widgets/ephy-downloads-progress-icon.c | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/lib/widgets/ephy-downloads-progress-icon.c b/lib/widgets/ephy-downloads-progress-icon.c
index a0dd1db11..1c403c891 100644
--- a/lib/widgets/ephy-downloads-progress-icon.c
+++ b/lib/widgets/ephy-downloads-progress-icon.c
@@ -26,8 +26,6 @@
 
 struct _EphyDownloadsProgressIcon {
   GtkDrawingArea parent_instance;
-
-  GtkWidget *downloads_box;
 };
 
 G_DEFINE_TYPE (EphyDownloadsProgressIcon, ephy_downloads_progress_icon, GTK_TYPE_DRAWING_AREA)


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