[ANN] Removing StarSqueak from image
by Lic. Edgar J. De Cleene other posts by this author
Apr 16 2003 10:20PM messages near this date
Vera fonts available...
|
Raw benchmarks for initialize
I wish somebody else try the following for removing StarSqueak
toRemove _ SystemOrganization categoriesMatching: 'StarSqueak*'.
toRemove do: [:each | SystemOrganization removeSystemCategory: each].
(SmartRefStream class selectors select: [:each | each beginsWith:
'starLogo'])
do: [:each | SmartRefStream class removeSelector: each].
Smalltalk garbageCollect.
Thanks in advance.
Edgar
|