app-system: Remove unused get_settings_tree method
The last use for this is long-gone. https://bugzilla.gnome.org/show_bug.cgi?id=692483
This commit is contained in:
parent
772ae1cae4
commit
f2ba49fa35
@ -457,17 +457,6 @@ shell_app_system_get_tree (ShellAppSystem *self)
|
||||
return self->priv->apps_tree;
|
||||
}
|
||||
|
||||
/**
|
||||
* shell_app_system_get_settings_tree:
|
||||
*
|
||||
* Return Value: (transfer none): The #GMenuTree for apps
|
||||
*/
|
||||
GMenuTree *
|
||||
shell_app_system_get_settings_tree (ShellAppSystem *self)
|
||||
{
|
||||
return self->priv->settings_tree;
|
||||
}
|
||||
|
||||
/**
|
||||
* shell_app_system_lookup_setting:
|
||||
* @system:
|
||||
|
@ -60,8 +60,6 @@ GSList *shell_app_system_subsearch (ShellAppSystem *sys
|
||||
GSList *previous_results,
|
||||
GSList *terms);
|
||||
|
||||
GMenuTree *shell_app_system_get_settings_tree (ShellAppSystem *system);
|
||||
|
||||
GSList *shell_app_system_search_settings (ShellAppSystem *system,
|
||||
GSList *terms);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user