Remove call to "gl_update()" from various actions.
[collection4.git] / src / action_search.c
index c2dd378..27b6a0e 100644 (file)
@@ -265,8 +265,6 @@ int action_search (void) /* {{{ */
   page_data_t pg_data;
   int status;
 
-  gl_update ();
-
   pg_data.search_term = strtolower_copy (param ("q"));
   if ((pg_data.search_term != NULL) && (pg_data.search_term[0] == 0))
   {