panel-list: Remove Details subsection

As per the latest mockups, the Details section is a toplevel
section, and not an actual subsection.

Remove all the code that implemented Details as a subsection,
and simply treat these panels as toplevel ones.
This commit is contained in:
Georges Basile Stavracas Neto 2019-11-27 19:23:11 -03:00
parent 3576133654
commit f0d246a8b0
4 changed files with 4 additions and 116 deletions

View file

@ -277,10 +277,6 @@ update_list_title (CcWindow *self)
title = g_strdup (_("Privacy"));
break;
case CC_PANEL_LIST_DETAILS:
title = g_strdup (_("Details"));
break;
case CC_PANEL_LIST_DEVICES:
title = g_strdup (_("Devices"));
break;