[latex3-commits] [git/LaTeX3-latex3-latex3] master: Drop some unused functions (1752940)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Feb 26 11:16:01 CET 2018


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/17529403d61d3f0f07e9d3063200f8c95071adca

>---------------------------------------------------------------

commit 17529403d61d3f0f07e9d3063200f8c95071adca
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Feb 26 10:16:01 2018 +0000

    Drop some unused functions
    
    These may come back but need clear use cases.


>---------------------------------------------------------------

17529403d61d3f0f07e9d3063200f8c95071adca
 l3experimental/l3draw/l3draw-softpath.dtx |   16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/l3experimental/l3draw/l3draw-softpath.dtx b/l3experimental/l3draw/l3draw-softpath.dtx
index eb051bc..ac32181 100644
--- a/l3experimental/l3draw/l3draw-softpath.dtx
+++ b/l3experimental/l3draw/l3draw-softpath.dtx
@@ -164,22 +164,6 @@
 % \end{macro}
 % \end{macro}
 %
-% \begin{macro}{\@@_softpath_get:N, \@@_softpath_set_eq:N}
-%   Save and restore functions.
-%    \begin{macrocode}
-\cs_new_protected:Npn \@@_softpath_get:N #1
-  {
-    \@@_softpath_concat:n { }
-    \tl_set_eq:NN #1 \g_@@_softpath_main_tl
-  }
-\cs_new_protected:Npn \@@_softpath_set_eq:N #1
-  {
-    \tl_gset_eq:NN \g_@@_softpath_main_tl #1
-    \@@_softpath_reset_buffers:
-  }
-%    \end{macrocode}
-% \end{macro}
-%
 % \begin{macro}
 %   {\@@_softpath_use:, \@@_softpath_clear:, \@@_softpath_use_clear:}
 %   Using and clearing is trivial.





More information about the latex3-commits mailing list