X-Git-Url: https://git.octo.it/?p=collection4.git;a=blobdiff_plain;f=src%2Faction_search_json.c;h=834e07e83f339739198d379438ba3ad2675ea386;hp=6fcfa67c5e50cfb7257b19a8942eef161e866731;hb=e3fb09073a64cc051c11c4a1bdcec493f937b764;hpb=f0aa70e4541cd0dd36a436617e7357b3861fe4ba diff --git a/src/action_search_json.c b/src/action_search_json.c index 6fcfa67..834e07e 100644 --- a/src/action_search_json.c +++ b/src/action_search_json.c @@ -164,8 +164,6 @@ int action_search_json (void) /* {{{ */ char *search; int status; - gl_update (); - search = strtolower_copy (param ("q")); status = list_graphs_json (search);