From af5cbff6f607bc9bbade2516a0f8b3afa672bd4b Mon Sep 17 00:00:00 2001 From: Ulrike Fischer Date: Fri, 10 Nov 2023 00:51:53 +0100 Subject: [PATCH] remove seq_set_map fallback --- tagpdf-struct.dtx | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/tagpdf-struct.dtx b/tagpdf-struct.dtx index ffb4bdfb..c5c71f82 100644 --- a/tagpdf-struct.dtx +++ b/tagpdf-struct.dtx @@ -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 @@ -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} } @@ -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} }