Skip to content

Commit

Permalink
remove seq_set_map fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
u-fischer committed Nov 9, 2023
1 parent 7a1cc37 commit af5cbff
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions tagpdf-struct.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -1907,18 +1907,6 @@
}
% \end{macrocode}
% \end{macro}
% TEMP!!!!
% we temporarly use an internal function for the mapping. This can go
% at the next update
% \begin{macrocode}
\cs_if_free:NTF \seq_set_map_e:NNn
{
\cs_new_eq:NN \@@_seq_set_map_e:NNn \seq_set_map_x:NNn
}
{
\cs_new_eq:NN \@@_seq_set_map_e:NNn \seq_set_map_e:NNn
}
% \end{macrocode}
%
% \begin{macro}{attribute-class (struct-key)}
% attribute-class has to store the used attribute names so that
Expand All @@ -1933,7 +1921,7 @@
% \end{macrocode}
% we convert the names into pdf names with slash
% \begin{macrocode}
\@@_seq_set_map_e:NNn \l_@@_tmpa_seq \l_@@_tmpb_seq
\seq_set_map_e:NNn \l_@@_tmpa_seq \l_@@_tmpb_seq
{
\pdf_name_from_unicode_e:n {##1}
}
Expand Down Expand Up @@ -1976,7 +1964,7 @@
% \end{macrocode}
% we convert the names into pdf names with slash
% \begin{macrocode}
\@@_seq_set_map_e:NNn \l_@@_tmpa_seq \l_@@_tmpb_seq
\seq_set_map_e:NNn \l_@@_tmpa_seq \l_@@_tmpb_seq
{
\pdf_name_from_unicode_e:n {##1}
}
Expand Down

0 comments on commit af5cbff

Please sign in to comment.