Code

Merge pull request #1 from wshallum/master
[collection4.git] / src / action_search_json.c
index 6fcfa67c5e50cfb7257b19a8942eef161e866731..834e07e83f339739198d379438ba3ad2675ea386 100644 (file)
@@ -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);