(C) 1998 AROS - The Amiga Research OS


NAME
#include <>
#include <devices/input.h>
#include <proto/exec.h>
#include <proto/commodities.h>

VOID RemoveCxObj (co)

LOCATION
In CxBase at offset 17

SYNOPSIS
CxObj * co

FUNCTION
Removes 'co' from the lists it's in. The function handles smoothly the cases when 'co' is NULL or haven't been inserted in a list.

INPUTS
co
- the commodity object to remove (may be NULL)

RESULT

EXAMPLE

SEE ALSO
AttachCxObj(), EnqueueCxObj(), InsertCxObj()

NOTES

BUGS

INTERNALS

HISTORY
18.07.1999 SDuvan
Finally -- commodities.library