[glib/wip/statusicon: 1/2] GApplication: Remove some unused members
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/statusicon: 1/2] GApplication: Remove some unused members
- Date: Thu, 25 May 2017 02:00:25 +0000 (UTC)
commit 16d00d2453f573874d315e4effdfee9b488cf959
Author: Matthias Clasen <mclasen redhat com>
Date: Wed May 24 18:18:32 2017 -0400
GApplication: Remove some unused members
All the menu handling is in GtkApplication, these fields
are entirely unused, and can go away.
https://bugzilla.gnome.org/show_bug.cgi?id=783061
gio/gapplication.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/gio/gapplication.c b/gio/gapplication.c
index e068aef..a0fe351 100644
--- a/gio/gapplication.c
+++ b/gio/gapplication.c
@@ -28,7 +28,6 @@
#include "gapplicationimpl.h"
#include "gactiongroup.h"
#include "gactionmap.h"
-#include "gmenumodel.h"
#include "gsettings.h"
#include "gnotification-private.h"
#include "gnotificationbackend.h"
@@ -225,8 +224,6 @@ struct _GApplicationPrivate
gchar *resource_path;
GActionGroup *actions;
- GMenuModel *app_menu;
- GMenuModel *menubar;
guint inactivity_timeout_id;
guint inactivity_timeout;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]