groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 31/35: [sboxes]: Drop unused argument in a macro call.


From: G. Branden Robinson
Subject: [groff] 31/35: [sboxes]: Drop unused argument in a macro call.
Date: Mon, 25 Oct 2021 03:32:43 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 706b5b7fb783fce6cb6e1b22dbca69c0ebe0ce43
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sun Oct 24 19:03:07 2021 +1100

    [sboxes]: Drop unused argument in a macro call.
    
    * contrib/sboxes/sboxes.tmac (BOXSTART): Drop unused 7th argument in a
      `pdfbackground` call.
---
 contrib/sboxes/ChangeLog   | 3 ++-
 contrib/sboxes/sboxes.tmac | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/contrib/sboxes/ChangeLog b/contrib/sboxes/ChangeLog
index 7710769..217eb33 100644
--- a/contrib/sboxes/ChangeLog
+++ b/contrib/sboxes/ChangeLog
@@ -5,7 +5,8 @@
          Rename existing macros to use the groff ms(7) naming
          convention.  None of the macros in this "module" seem meant to
          be visible to other modules, so suffix the module name with
-         '*' instead of '@'.
+         '*' instead of '@'.  Drop unused 7th argument in a
+         `pdfbackground` call.
 
 2021-10-24  G. Branden Robinson <g.branden.robinson@gmail.com>
 
diff --git a/contrib/sboxes/sboxes.tmac b/contrib/sboxes/sboxes.tmac
index 0e6db3d..29c07fb 100644
--- a/contrib/sboxes/sboxes.tmac
+++ b/contrib/sboxes/sboxes.tmac
@@ -120,7 +120,7 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 .  sp -(2v-(\\n[bx*PD]u*2u))u
 .  pdfbackground \\*[bx*type] \\n[bx*l]z \\n[bx*top]z \
                               \\n[bx*r]z \\n[bx*bot]z \
-                              \\*[bx*wt] \\n[nl]z
+                              \\*[bx*wt]
 .  sp (\\n[bx*ind]u-1v)u
 .  if (\\n[bx*shad]=1) .nop \\M[]\c
 .  if (\\n[bx*outl]=1) .nop \\m[]\c



reply via email to

[Prev in Thread] Current Thread [Next in Thread]