diff --git a/glib/ghook.c b/glib/ghook.c index 3db220187..c2de46943 100644 --- a/glib/ghook.c +++ b/glib/ghook.c @@ -38,16 +38,6 @@ #include "gtestutils.h" #include "gslice.h" -/** - * SECTION:hooks - * @title: Hook Functions - * @short_description: support for manipulating lists of hook functions - * - * The #GHookList, #GHook and their related functions provide support for - * lists of hook functions. Functions can be added and removed from the lists, - * and the list of hook functions can be invoked. - */ - /** * GHookList: * @seq_id: the next free #GHook id