--- loncom/homework/lonhomework.pm 2009/02/18 06:56:48 1.303 +++ loncom/homework/lonhomework.pm 2009/03/04 16:00:14 1.304 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Homework handler # -# $Id: lonhomework.pm,v 1.303 2009/02/18 06:56:48 raeburn Exp $ +# $Id: lonhomework.pm,v 1.304 2009/03/04 16:00:14 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -871,12 +871,6 @@ sub editxmlmode { &renderpage($request,$file); } else { my ($rows,$cols) = &Apache::edit::textarea_sizes(\$problem); - my $xml_help = '
'. - &Apache::loncommon::helpLatexCheatsheet("Problem_Editor_XML_Index", - "Problem Editing Help"). - ''. - &Apache::loncommon::help_open_menu(undef,undef,5,'Authoring'). - '
'; if ($cols > 80) { $cols = 80; } if ($cols < 70) { $cols = 70; } if ($rows < 20) { $rows = 20; }