txt_remove(TEXT*)

Removes a TEXT object.

Parameters:

TEXT* - object to be removed.

Speed:

Slow

Remarks:

Example:

TEXT* mytext;
...
mytext = txt_create(10,0);
...
txt_remove(mytext);

See also:

TEXT, txt_create