--- loncom/interface/statistics/lonstathelpers.pm 2004/12/07 16:04:06 1.34 +++ loncom/interface/statistics/lonstathelpers.pm 2004/12/28 20:28:47 1.35 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstathelpers.pm,v 1.34 2004/12/07 16:04:06 matthew Exp $ +# $Id: lonstathelpers.pm,v 1.35 2004/12/28 20:28:47 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -282,16 +282,6 @@ END return $Str; } -sub get_title { - my ($title,$src) = @_; - if ($title eq '') { - ($title) = ($src =~ m|/([^/]+)$|); - } else { - $title =~ s/\:/:/g; - } - return $title; -} - sub new_accumulator { my ($title,$src,$symb,$seq_id,$inputname) = @_; my $target;