--- trunk/lib/WebPAC/Normalize.pm 2007/11/04 13:26:06 989 +++ trunk/lib/WebPAC/Normalize.pm 2007/11/04 13:27:12 990 @@ -2,7 +2,6 @@ use Exporter 'import'; our @EXPORT = qw/ _set_ds _set_lookup - get_ds _set_load_row _get_ds _clean_ds _debug @@ -133,18 +132,6 @@ $rec = shift or die "no record hash"; } -=head2 get_ds - -Access to original record from input module - - my $ds = get_rec; - -=cut - -sub get_ds { - return $rec; -} - =head2 _set_config Set current config hash