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



commit 07a5c5b2a149b75276b4519b91f70127c2b6c15c
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 d7727fc6d..2f4fdc5e3 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 71863a155..1c7ff7394 100644
--- a/shell/cc-panel-list.c
+++ b/shell/cc-panel-list.c
@@ -393,7 +393,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 2d5e11db7..2b3bce576 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]