[gnome-control-center/wip/privacy-swarm: 78/78] Remove the privacy panel
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/wip/privacy-swarm: 78/78] Remove the privacy panel
- Date: Sat, 15 Dec 2018 01:21:31 +0000 (UTC)
commit e7a202832bd8e3f3a7520556414fdc4f02722479
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Dec 11 14:27:25 2018 -0500
Remove the privacy panel
It has been turned into a herd of panels.
panels/meson.build | 1 -
panels/privacy/cc-privacy-panel.c | 1442 ----------------------
panels/privacy/cc-privacy-panel.h | 30 -
panels/privacy/cc-privacy-panel.ui | 1272 -------------------
panels/privacy/gnome-privacy-panel.desktop.in.in | 19 -
panels/privacy/meson.build | 40 -
panels/privacy/privacy.gresource.xml | 6 -
shell/cc-panel-list.c | 1 -
shell/cc-panel-loader.c | 2 -
9 files changed, 2813 deletions(-)
---
diff --git a/panels/meson.build b/panels/meson.build
index 9acc8f91c..3dd8c5500 100644
--- a/panels/meson.build
+++ b/panels/meson.build
@@ -18,7 +18,6 @@ panels = [
'online-accounts',
'power',
'printers',
- 'privacy',
'region',
'search',
'sharing',
diff --git a/shell/cc-panel-list.c b/shell/cc-panel-list.c
index b0ccf6f35..d42247ee3 100644
--- a/shell/cc-panel-list.c
+++ b/shell/cc-panel-list.c
@@ -397,7 +397,6 @@ static const gchar * const panel_order[] = {
"region",
"universal-access",
"online-accounts",
- "privacy",
"applications",
"sharing",
"sound",
diff --git a/shell/cc-panel-loader.c b/shell/cc-panel-loader.c
index 5aa52f59d..3afa42b14 100644
--- a/shell/cc-panel-loader.c
+++ b/shell/cc-panel-loader.c
@@ -52,7 +52,6 @@ extern GType cc_notifications_panel_get_type (void);
extern GType cc_goa_panel_get_type (void);
extern GType cc_power_panel_get_type (void);
extern GType cc_printers_panel_get_type (void);
-extern GType cc_privacy_panel_get_type (void);
extern GType cc_region_panel_get_type (void);
extern GType cc_search_panel_get_type (void);
extern GType cc_sharing_panel_get_type (void);
@@ -117,7 +116,6 @@ static CcPanelLoaderVtable default_panels[] =
PANEL_TYPE("online-accounts", cc_goa_panel_get_type, NULL),
PANEL_TYPE("power", cc_power_panel_get_type, NULL),
PANEL_TYPE("printers", cc_printers_panel_get_type, NULL),
- PANEL_TYPE("privacy", cc_privacy_panel_get_type, NULL),
PANEL_TYPE("region", cc_region_panel_get_type, NULL),
PANEL_TYPE("search", cc_search_panel_get_type, NULL),
PANEL_TYPE("sharing", cc_sharing_panel_get_type, NULL),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]