Some junk in Undefined object?

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

Some junk in Undefined object?

Igor Stasenko
What is it?

!UndefinedObject methodsFor: '3ds parser support' stamp: 'ar 2/6/1999 20:18'!
from3DS: aDictionary
        ^aDictionary! !

And what it does there? No senders. Any idea? :)

--
Best regards,
Igor Stasenko AKA sig.

Reply | Threaded
Open this post in threaded view
|

Re: Some junk in Undefined object?

Igor Stasenko
Same for
WeakSet>>scanForLoadedSymbol: anObject

2009/11/13 Igor Stasenko <[hidden email]>:

> What is it?
>
> !UndefinedObject methodsFor: '3ds parser support' stamp: 'ar 2/6/1999 20:18'!
> from3DS: aDictionary
>        ^aDictionary! !
>
> And what it does there? No senders. Any idea? :)
>
> --
> Best regards,
> Igor Stasenko AKA sig.
>



--
Best regards,
Igor Stasenko AKA sig.

Reply | Threaded
Open this post in threaded view
|

Re: Some junk in Undefined object?

Andreas.Raab
Igor Stasenko wrote:
> Same for
> WeakSet>>scanForLoadedSymbol: anObject

Ancient left-overs from a 3DS importer. Nuke 'em.

Cheers,
   - Andreas

>
> 2009/11/13 Igor Stasenko <[hidden email]>:
>> What is it?
>>
>> !UndefinedObject methodsFor: '3ds parser support' stamp: 'ar 2/6/1999 20:18'!
>> from3DS: aDictionary
>>        ^aDictionary! !
>>
>> And what it does there? No senders. Any idea? :)
>>
>> --
>> Best regards,
>> Igor Stasenko AKA sig.
>>
>
>
>