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:
Jasper St. Pierre 2013-01-24 14:33:50 -05:00
parent 772ae1cae4
commit f2ba49fa35
2 changed files with 0 additions and 13 deletions

View File

@ -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:

View File

@ -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);