Function remove_hook:
Defined in module hooks (file: /std/object/hooks.c)


Remove a hook added with add_hook.  The function pointer passed must be
the same one that was passed to add_hook.

see: add_hook

Prototype:
void remove_hook(string tag, function hook);
