Function remove_entry:
Defined in module m_readable (file: /std/modules/m_readable.c)

Remove a readable entry from the object.
The string argument is the name of the entry to be removed.  It can be
either the name of the entry or one of its synonyms and all synonyms will
also be removed.
See set_entry()

Prototype:
void remove_entry(string entry);
