Index: library/nx/nx.tcl =================================================================== diff -u -r67591822465e64d9051583c9aa71f8d3a4ef5c96 -r542e84bd66ce4c3cd28e4ba1fd41f2151d8cb043 --- library/nx/nx.tcl (.../nx.tcl) (revision 67591822465e64d9051583c9aa71f8d3a4ef5c96) +++ library/nx/nx.tcl (.../nx.tcl) (revision 542e84bd66ce4c3cd28e4ba1fd41f2151d8cb043) @@ -355,15 +355,6 @@ } ###################################################################### - # The method __unknown is called in cases, where we try to resolve - # an unkown class. One could define a custom resolver with this name - # to load the class on the fly. After the call to __unknown, nsf - # tries to resolve the class again. This meachnism is used e.g. by - # the ::ttrace mechanism for partial loading by Zoran. - ###################################################################### - #Class protected class method __unknown {name} {} - - ###################################################################### # Provde method "alias" # # -frame object|method make only sense for c-defined cmds,