summaryrefslogtreecommitdiff
path: root/shell/cc-panel.h
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2015-07-08 18:04:41 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2015-07-16 11:49:34 +0200
commitc84722248e41946fd995cff3ce773f9b80b2f4d7 (patch)
treedca61963907f34aa274c76f186b33dc8c4cbb2bc /shell/cc-panel.h
parent7ce6ce68073488601053099b25b1fc29e86d7380 (diff)
downloadgnome-control-center-c84722248e41946fd995cff3ce773f9b80b2f4d7.tar.gz
shell: Revert "Let panels have their own commandline flags"
This reverts commit 31a8a99440cce715b2e32ca71a6cbf650eab012a. This was meant for bgo#695885 which has stalled for a while, so this feature has no in-tree user. This commit removes it for now, this can be readded when users for it materialize. https://bugzilla.gnome.org/show_bug.cgi?id=751597
Diffstat (limited to 'shell/cc-panel.h')
-rw-r--r--shell/cc-panel.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/shell/cc-panel.h b/shell/cc-panel.h
index 593eef71c..ef77e9111 100644
--- a/shell/cc-panel.h
+++ b/shell/cc-panel.h
@@ -74,16 +74,12 @@ struct _CcPanelClass
/*< private >*/
GtkBinClass parent_class;
- GOptionGroup * (* get_option_group) (GVariantBuilder *builder);
GPermission * (* get_permission) (CcPanel *panel);
const char * (* get_help_uri) (CcPanel *panel);
};
GType cc_panel_get_type (void);
-GOptionGroup *cc_panel_get_option_group (GType panel_type,
- GVariantBuilder *builder);
-
CcShell* cc_panel_get_shell (CcPanel *panel);
GPermission *cc_panel_get_permission (CcPanel *panel);