groff-commit
[Top][All Lists]
Advanced

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

[groff] 24/72: src/devices/grolbp/lbp.cpp: Drop useless comments.


From: G. Branden Robinson
Subject: [groff] 24/72: src/devices/grolbp/lbp.cpp: Drop useless comments.
Date: Sun, 23 Oct 2022 22:25:37 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 60f823a0a51cce69af72287d144ba4a48987c1f6
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Fri Oct 21 18:01:59 2022 -0500

    src/devices/grolbp/lbp.cpp: Drop useless comments.
---
 src/devices/grolbp/lbp.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/devices/grolbp/lbp.cpp b/src/devices/grolbp/lbp.cpp
index d1c159001..e0afa53a9 100644
--- a/src/devices/grolbp/lbp.cpp
+++ b/src/devices/grolbp/lbp.cpp
@@ -33,14 +33,14 @@ TODO
 
 extern "C" const char *Version_string;
 
-static int user_papersize = -1;                // papersize
-static int orientation = -1;           // orientation
+static int user_papersize = -1;
+static int orientation = -1;
 
 // custom paper format
 static double user_paperlength = 0;
 static double user_paperwidth = 0;
 
-static int ncopies = 1;                        // Number of copies
+static int ncopies = 1;
 
 #define DEFAULT_LINEWIDTH_FACTOR 40    // 0.04em
 static int linewidth_factor = DEFAULT_LINEWIDTH_FACTOR;



reply via email to

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