app-system: Kill an unused warning

https://bugzilla.gnome.org/show_bug.cgi?id=698486
This commit is contained in:
Jasper St. Pierre 2013-04-20 18:53:13 -04:00
parent b689972e67
commit c8792ccfa6

View File

@ -672,9 +672,7 @@ search_tree (ShellAppSystem *self,
g_hash_table_iter_init (&iter, apps);
while (g_hash_table_iter_next (&iter, &key, &value))
{
const char *id = key;
ShellApp *app = value;
(void)id;
_shell_app_do_match (app, normalized_terms,
&prefix_results,
&substring_results);