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;
|
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:
|
* shell_app_system_lookup_setting:
|
||||||
* @system:
|
* @system:
|
||||||
|
@ -60,8 +60,6 @@ GSList *shell_app_system_subsearch (ShellAppSystem *sys
|
|||||||
GSList *previous_results,
|
GSList *previous_results,
|
||||||
GSList *terms);
|
GSList *terms);
|
||||||
|
|
||||||
GMenuTree *shell_app_system_get_settings_tree (ShellAppSystem *system);
|
|
||||||
|
|
||||||
GSList *shell_app_system_search_settings (ShellAppSystem *system,
|
GSList *shell_app_system_search_settings (ShellAppSystem *system,
|
||||||
GSList *terms);
|
GSList *terms);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user