Index: openacs-4/contrib/packages/simulation/tcl/template-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/tcl/Attic/template-procs.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/contrib/packages/simulation/tcl/template-procs.tcl 1 Dec 2003 10:16:56 -0000 1.6 +++ openacs-4/contrib/packages/simulation/tcl/template-procs.tcl 9 Dec 2003 15:58:12 -0000 1.7 @@ -33,16 +33,6 @@ -package_key $package_key \ -object_id $object_id] - # TODO: this step should be rendered obsolete by updates to workflow - # and then this step should be removed - # create a dummy action with initial action setting because - # workflow::get doesn't work on bare workflows - workflow::action::fsm::new \ - -initial_action_p t \ - -workflow_id $workflow_id \ - -short_name "dummy action" \ - -pretty_name "dummy action" - insert_sim \ -workflow_id $workflow_id \ -ready_p $ready_p \