Index: library/nx/nx.tcl =================================================================== diff -u -r03990ee9d7185ded72b0fa05e81f848e866451c2 -r756a5ed4e51921ada898fdf69cc7bd2c5c616828 --- library/nx/nx.tcl (.../nx.tcl) (revision 03990ee9d7185ded72b0fa05e81f848e866451c2) +++ library/nx/nx.tcl (.../nx.tcl) (revision 756a5ed4e51921ada898fdf69cc7bd2c5c616828) @@ -21,7 +21,6 @@ -class.dealloc {dealloc ::nsf::methods::class::dealloc} -class.objectparameter objectparameter -class.recreate {recreate ::nsf::methods::class::recreate} - -class.requireobject __unknown -object.configure configure -object.defaultmethod {defaultmethod ::nsf::methods::object::defaultmethod} -object.destroy destroy @@ -362,9 +361,8 @@ # 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} {} - Class protected class method __unknown {name} {} - ###################################################################### # Provde method "alias" #