Skip to content

Commit

Permalink
Don't need \draw_hbox_set:Nn
Browse files Browse the repository at this point in the history
We'll come back to a better interface shortly!
  • Loading branch information
josephwright committed Mar 4, 2018
1 parent 3b62c2f commit e5fe2d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
18 changes: 0 additions & 18 deletions l3experimental/l3draw/l3draw-boxes.dtx
Expand Up @@ -68,24 +68,6 @@
% \end{macrocode}
% \end{variable}
%
% \begin{macro}{\draw_hbox_set:Nn}
% Collect up the input and box, reset all of the structures and typeset.
% Note that in \pkg{pgf} the various reset parts are set up in an auxiliary,
% but this is not done here at present as it is all done only once.
% \begin{macrocode}
\cs_new_protected:Npn \draw_hbox_set:Nn #1#2
{
\hbox_set:Nn #1
{
\color_ensure_current:
\draw_suspend_begin:
#2
\draw_suspend_end:
}
}
% \end{macrocode}
% \end{macro}
%
% \begin{macro}{\draw_hbox_use:N}
% Before inserting a box, we need to make sure that the bounding box is being
% updated correctly. As drawings track transformations as a whole, rather
Expand Down
10 changes: 0 additions & 10 deletions l3experimental/l3draw/l3draw.dtx
Expand Up @@ -874,16 +874,6 @@
%
% \subsection{Text}
%
% \begin{function}{\draw_hbox_set:Nn}
% \begin{syntax}
% \cs{draw_hbox_set:Nn} \meta{box} \Arg{content}
% \end{syntax}
% Sets the \meta{box} to contain the \meta{content} in a form suitable for
% insertion into a drawing. Broadly, the box contents set up in this way
% are augmented compared to using \cs{hbox_set:Nn}, to ensure that the
% interaction between the box and the drawing are correct.
% \end{function}
%
% \begin{function}{\draw_hbox_use:N}
% \begin{syntax}
% \cs{draw_hbox_use:N} \meta{box}
Expand Down

0 comments on commit e5fe2d9

Please sign in to comment.