[gnome-control-center/wip/privacy-swarm: 723/723] Remove the privacy panel
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/wip/privacy-swarm: 723/723] Remove the privacy panel
- Date: Mon, 23 Sep 2019 13:44:06 +0000 (UTC)
commit afeb9511d84bb731c9ef5589683a7b22c3a1800f
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 | 1374 ----------------------
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 | 38 -
panels/privacy/privacy.gresource.xml | 6 -
shell/cc-panel-list.c | 1 -
shell/cc-panel-loader.c | 2 -
9 files changed, 2743 deletions(-)
---
diff --git a/panels/meson.build b/panels/meson.build
index a57cb0e83..c0352a0ef 100644
--- a/panels/meson.build
+++ b/panels/meson.build
@@ -19,7 +19,6 @@ panels = [
'online-accounts',
'power',
'printers',
- 'privacy',
'region',
'removable-media',
'search',
diff --git a/shell/cc-panel-list.c b/shell/cc-panel-list.c
index 2a596e3fa..6429d195c 100644
--- a/shell/cc-panel-list.c
+++ b/shell/cc-panel-list.c
@@ -395,7 +395,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 8330839c9..78f2caf15 100644
--- a/shell/cc-panel-loader.c
+++ b/shell/cc-panel-loader.c
@@ -51,7 +51,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_removable_media_panel_get_type (void);
extern GType cc_search_panel_get_type (void);
@@ -116,7 +115,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("removable-media", cc_removable_media_panel_get_type, NULL),
PANEL_TYPE("search", cc_search_panel_get_type, NULL),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]