Index: openacs-4/packages/xotcl-core/tcl/cr-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/cr-procs.tcl,v diff -u -r1.76.2.42 -r1.76.2.43 --- openacs-4/packages/xotcl-core/tcl/cr-procs.tcl 26 Feb 2021 19:15:00 -0000 1.76.2.42 +++ openacs-4/packages/xotcl-core/tcl/cr-procs.tcl 27 Feb 2021 20:23:34 -0000 1.76.2.43 @@ -343,7 +343,6 @@ } - CrClass ad_instproc drop_object_type {} { Delete the object type and remove the table for the attributes. This method should be called when all instances are deleted. It @@ -359,14 +358,6 @@ } } - CrClass ad_proc require_folder_object { - -folder_id - -package_id - } { - Dummy stub; let specializations define it - } { - } - CrClass instproc getFormClass {-data:required} { if {[$data exists item_id] && [$data set item_id] != 0 && [info exists :edit_form]} { return [:edit_form]