Index: openacs-4/packages/acs-templating/tcl/util-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/util-procs.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/acs-templating/tcl/util-procs.tcl 1 Sep 2002 02:24:57 -0000 1.7 +++ openacs-4/packages/acs-templating/tcl/util-procs.tcl 1 Sep 2002 19:09:28 -0000 1.8 @@ -136,10 +136,6 @@ expr [lsearch -exact {0 f false n no off ""} [string tolower $x]] == -1 } - -# @public lpop - - ad_proc -public template::util::lpop { ref } { Removes the last item from a list. The operation is performed in-place, rather than returning the new list. @@ -454,9 +450,6 @@ close $fd } -# @public url_to_file - - ad_proc -public template::util::url_to_file { url {reference_url ""} } { Resolve a URL into an absolute file path. } {