Index: openacs-4/contrib/packages/portal/tcl/theme-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/portal/tcl/theme-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/contrib/packages/portal/tcl/theme-procs.tcl 8 Jan 2004 02:12:19 -0000 1.2 +++ openacs-4/contrib/packages/portal/tcl/theme-procs.tcl 27 Feb 2004 01:13:15 -0000 1.3 @@ -42,11 +42,4 @@ return [array get theme] } - ad_proc -public get_list {} { - returns a list of all the themes in the system as ns_sets with - keys being: theme_id, name, description - } { - return [db_list_of_ns_sets select_theme_list {}] - } - }