# HG changeset patch # User jwe # Date 1171137720 0 # Node ID a528366b5a9691579390a1cadf18df4788c53eb8 # Parent 0bccc5944e0030c6e30dab536adbc569fb5f31fb [project @ 2007-02-10 20:02:00 by jwe] diff --git a/scripts/plot/__uiobject_close_all__.m b/scripts/plot/__uiobject_close_all__.m --- a/scripts/plot/__uiobject_close_all__.m +++ b/scripts/plot/__uiobject_close_all__.m @@ -26,6 +26,5 @@ ## Author: jwe function __uiobject_close_all__ () - fputs (stderr, "closing all figures\n"); close ("all"); endfunction