[gnome-control-center/wip/privacy-swarm: 14/14] Remove the privacy panel



commit 3667bd705218054dff0c69238a900a1983e4a094
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               | 1283 -------------------
 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, 2824 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 15792be02..62cd176be 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]