mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
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
This commit is contained in:
parent
6b948d9613
commit
b5e8e4eea9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user