summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-01-16 15:56:54 +0100
committerBastien Nocera <hadess@hadess.net>2013-01-17 11:06:02 +0100
commit66808c2b3f15965740cedc769abce49b37bb7ea8 (patch)
treeaf179639b9b09201ad37f8bc56be1bb7aa347eb0 /shell
parent18bac6db7cc1b3b216b91a45b86da799b326a5ef (diff)
downloadgnome-control-center-66808c2b3f15965740cedc769abce49b37bb7ea8.tar.gz
screen: Remove screen panel
It's been replaced by the updated Power panel and the new Privacy panel.
Diffstat (limited to 'shell')
-rw-r--r--shell/Makefile.am1
-rw-r--r--shell/cc-panel-loader.c2
2 files changed, 0 insertions, 3 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 95a73626a..822b41fae 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -59,7 +59,6 @@ gnome_control_center_LDADD = \
$(top_builddir)/panels/power/libpower.la \
$(top_builddir)/panels/privacy/libprivacy.la \
$(top_builddir)/panels/region/libregion.la \
- $(top_builddir)/panels/screen/libscreen.la \
$(top_builddir)/panels/search/libsearch.la \
$(top_builddir)/panels/sharing/libsharing.la \
$(top_builddir)/panels/sound/libsound.la \
diff --git a/shell/cc-panel-loader.c b/shell/cc-panel-loader.c
index 8ab65a5c3..175507275 100644
--- a/shell/cc-panel-loader.c
+++ b/shell/cc-panel-loader.c
@@ -48,7 +48,6 @@ extern GType cc_printers_panel_get_type (void);
#endif /* BUILD_PRINTERS */
extern GType cc_privacy_panel_get_type (void);
extern GType cc_region_panel_get_type (void);
-extern GType cc_screen_panel_get_type (void);
extern GType cc_search_panel_get_type (void);
extern GType cc_sharing_panel_get_type (void);
extern GType cc_sound_panel_get_type (void);
@@ -83,7 +82,6 @@ static struct {
#endif
{ "privacy", cc_privacy_panel_get_type },
{ "region", cc_region_panel_get_type },
- { "screen", cc_screen_panel_get_type },
{ "search", cc_search_panel_get_type },
{ "sharing", cc_sharing_panel_get_type },
{ "sound", cc_sound_panel_get_type },