PRO Clear_Selection

;+
; NAME:
;	Clear_Selection
; PURPOSE:
;	To remove from the selection all the plots selected.
; CATEGORY:
;	Data Management
; CALLING SEQUENCE:
;	Clear_Selection
; COMMON BLOCK:
;	SelectionRetrieval: where the list of names of the
;		plots selected is stored.
; -
; MODIFICATION HISTORY:
; 	Created in June 1991 by A.Csillaghy


COMMON SelectionRetrieval, plotsSelected, dum

plotsSelected = ''

END