[LON-CAPA-cvs] cvs: loncom /interface lonmenu.pm
raeburn
raeburn@source.lon-capa.org
Thu, 15 Oct 2009 21:00:07 -0000
raeburn Thu Oct 15 21:00:07 2009 EDT
Modified files:
/loncom/interface lonmenu.pm
Log:
- Removal of unused routine: &convert_menu_function().
Index: loncom/interface/lonmenu.pm
diff -u loncom/interface/lonmenu.pm:1.286 loncom/interface/lonmenu.pm:1.287
--- loncom/interface/lonmenu.pm:1.286 Thu Oct 15 20:48:16 2009
+++ loncom/interface/lonmenu.pm Thu Oct 15 21:00:07 2009
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Routines to control the menu
#
-# $Id: lonmenu.pm,v 1.286 2009/10/15 20:48:16 raeburn Exp $
+# $Id: lonmenu.pm,v 1.287 2009/10/15 21:00:07 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -113,11 +113,6 @@
=item get_nav_status()
-=item convert_menu_function()
-
-FIXME this needs to move into mydesktab and the other locations
-the text is generated
-
=item hidden_button_check()
=item roles_selector()
@@ -1322,9 +1317,6 @@
$prt=~s/\$requested_domain/$requested_domain/g;
if ($category_names{$cat}!~/\w/) { $cat='oth'; }
my $type = &Apache::loncommon::course_type();
-# if ($type eq 'Group') {
-# $desc = &convert_menu_function($desc,$type);
-# }
if ($pro eq 'clear') {
$output.=&clear($row,$col);
} elsif ($pro eq 'any') {