hideBanner.rc
author Claus Gittinger <cg@exept.de>
Wed, 26 Jan 2000 16:48:32 +0100
changeset 416 b97097ff3702
child 438 182b5f7c4fa7
permissions -rw-r--r--
*** empty log message ***

"/
"/ $Header$
"/
"/ MIMEType: application/x-smalltalk-source
"/
"/ if you dont like the splash banner at startup,
"/ simply remove or rename the showBanner.rc file.
"/

|view|

(view := Smalltalk at:#'__BannerView__') notNil ifTrue:[
    view destroy
].