X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=inline;f=common-src%2Fglib-util.h;fp=common-src%2Fglib-util.h;h=70d0e12ac1d4bfa32086a2ddb576d425af93e1e7;hb=d923a3f5bd691defcb8a7013e8ba6521ea2ecca0;hp=f687fcd0529f5c08afadfd5f81bbe6b9713c6c54;hpb=3f2539260c201b5e594bf8ce89b583ebde6a63d1;p=debian%2Famanda diff --git a/common-src/glib-util.h b/common-src/glib-util.h index f687fcd..70d0e12 100644 --- a/common-src/glib-util.h +++ b/common-src/glib-util.h @@ -72,7 +72,6 @@ void slist_free_full(GSList * list, GDestroyNotify free_fn); /* These functions all take a GLib container, and call free() on all the * pointers in the container before free()ing the container itself. */ -void g_queue_free_full(GQueue * queue); void g_ptr_array_free_full(GPtrArray * array); /* g_value_compare() does what you expect. It returns TRUE if and