[ANN] Removing StarSqueak from image

Lic. Edgar J. De Cleene edgardec2001 at yahoo.com.ar
Wed Apr 16 22:20:13 UTC 2003


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



More information about the Squeak-dev mailing list