From a03fcdaa3c0515979ebe615daa67c85482607582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberts=20Muktup=C4=81vels?= Date: Thu, 13 May 2021 11:38:59 +0300 Subject: 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 08b8f6e..174ad24 100644 --- a/libwnck/application.c +++ b/libwnck/application.c @@ -72,7 +72,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; }; @@ -333,7 +332,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)); -- cgit v1.2.1