--- loncom/interface/lonmenu.pm 2013/01/03 20:16:22 1.407 +++ loncom/interface/lonmenu.pm 2013/01/03 20:23:06 1.408 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines to control the menu # -# $Id: lonmenu.pm,v 1.407 2013/01/03 20:16:22 raeburn Exp $ +# $Id: lonmenu.pm,v 1.408 2013/01/03 20:23:06 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2002,7 +2002,6 @@ sub countdown_timer { } my $duedate = &Apache::lonnet::EXT("resource.0.duedate"); my @interval=&Apache::lonnet::EXT("resource.0.interval"); - my $hastimeleft; if (@interval > 1) { my $first_access=&Apache::lonnet::get_first_access($interval[1]); if ($first_access > 0) {