Does _LineMarkerRemoveAllType clear markers of the specified type from all open buffers - not just the active buffer.
/**
* Removes all line markers that have the specified type.
*
* @param type Type of marker.
*
* @appliesTo Edit_Window, Editor_Control
*
* @categories Marker_Functions
*
*/
extern void _LineMarkerRemoveAllType(int type);