Important: The information in this document is obsolete and should not be used for new development.
SRRemoveLanguageObject
You can use theSRRemoveLanguageObjectfunction to remove a language object from another language object that contains it.
pascal OSErr SRRemoveLanguageObject ( SRLanguageObject base, SRLanguageObject toRemove);
base- A language object.
toRemove- A language object.
DESCRIPTION
TheSRRemoveLanguageObjectfunction removes the language object specified by thetoRemoveparameter from the language object specified by thebaseparameter. The object specified by thebaseparameter should be a container one of whose subitems is the object specified by thetoRemoveparameter.