function removeExternalMarker(h)

% Copyright 2004 The MathWorks, Inc.
  
  h.externalMarkers = h.externalMarkers - 1;
  
  
  