Cannot get rid of a trait from classes - help!

itsme213 itsme213 at hotmail.com
Wed Dec 12 05:42:47 UTC 2007


I have some classes that initially used a trait MyTrait. Then I deleted the 
trait (figured I could do it better without in this case). Now those classes 
show up as:
    Object subclass: #MyClass
        uses: AnObsoleteMyTrait
        instanceVariableNames: ''
        classVariableNames: ''
        poolDictionaries: ''
        category: 'cat'

And if I delete the "uses:..." line and try to accept, it just reverts back 
to the "AnObsoleteTrait" version.

Any suggestions welcome!

Thanks - Sophie 






More information about the Squeak-dev mailing list