hideBanner.rc
changeset 488 521e2d58f050
parent 487 6d6fbd3a4a46
child 489 b055480c567d
--- a/hideBanner.rc	Mon May 13 13:12:33 2002 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-"/
-"/ $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.
-    Smalltalk removeKey:#'__BannerView__'.
-].
-