Remove of needed methods

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Remove of needed methods

Edgar J. De Cleene
Juan:

When I try today of load a old .pr in 7033, I found privateRemoveMorph do
not exist in Morph , but still is in PasteUpMorph


'From Squeak3.9alpha of 4 July 2005 [latest update: #7032] on 1 June 2006 at
7:40:25 am'!

!PasteUpMorph methodsFor: 'private' stamp: 'nk 7/8/2003 09:18'!
privateRemoveMorph: aMorph
    backgroundMorph == aMorph ifTrue: [ backgroundMorph _ nil ].
    ^super privateRemoveMorph: aMorph.
! !

Diggin in old code I found

!Morph methodsFor: '*38Deprecated' stamp: 'md 12/12/2003 17:02'!
privateRemoveMorph: aMorph
    self deprecated: 'Use #removeMorph: instead.'.
    ^self removeMorph: aMorph!

I think what we could have

!Morph methodsFor: '*38Deprecated' stamp: 'md 12/12/2003 17:02'!
privateRemoveMorph: aMorph
    ^self removeMorph: aMorph!

For loading old .pr




       
       
               
___________________________________________________________
1GB gratis, Antivirus y Antispam
Correo Yahoo!, el mejor correo web del mundo
http://correo.yahoo.com.ar 

_______________________________________________
Morphic mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/morphic