DelSearch
DelSearch Remove search procedure from the device record's list
#include <Quickdraw.h> Color Manager
void DelSearch( searchProc );
ColorSearchProcPtr searchProc ; pointer to disposable search procedure
DelSearch removes a search procedure from the device record's list. It
disposes of the chain element, but not the ProcPtr. You would use this function
to delete a custom searchProc.
searchProc is the search procedure being removed
Returns: none