[libwnck/wip/muktupavels/icons: 4/4] application: remove unused struct member
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [libwnck/wip/muktupavels/icons: 4/4] application: remove unused struct member
- Date: Thu, 16 Sep 2021 14:56:27 +0000 (UTC)
commit d438059ab37c4a827616748c8995ce4f71cd85e8
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Thu May 13 11:38:59 2021 +0300
    application: remove unused struct member
 libwnck/application.c | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/libwnck/application.c b/libwnck/application.c
index 8d78209..78d251a 100644
--- a/libwnck/application.c
+++ b/libwnck/application.c
@@ -73,7 +73,6 @@ struct _WnckApplicationPrivate
   char *startup_id;
 
   guint name_from_leader : 1; /* name is from group leader */
-  guint icon_from_leader : 1;
 
   guint need_emit_icon_changed : 1;
 };
@@ -347,7 +346,6 @@ get_icons (WnckApplication *app)
                         mini_size))
     {
       app->priv->need_emit_icon_changed = TRUE;
-      app->priv->icon_from_leader = TRUE;
 
       if (app->priv->icon)
         g_object_unref (G_OBJECT (app->priv->icon));
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]