summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2022-07-22 22:05:00 -0500
committerG. Branden Robinson <g.branden.robinson@gmail.com>2022-07-22 22:05:00 -0500
commit5fe7fa6c13f4cf9864150287cb438b76fd0d935d (patch)
treec9d416930023f3e460dfbbbb3201afc5d2cd26d8 /m4
parentfa78dd3b429490ff351a86eeb68b235412df6fae (diff)
downloadgroff-git-5fe7fa6c13f4cf9864150287cb438b76fd0d935d.tar.gz
m4/groff.m4: Refactor.
* m4/groff.m4 (GROFF_PAGE): Refactor: drop AC_DEFINE of `PAGEA4`. This symbol appears to be a relic; it is nowhere tested or dereferenced.
Diffstat (limited to 'm4')
-rw-r--r--m4/groff.m44
1 files changed, 0 insertions, 4 deletions
diff --git a/m4/groff.m4 b/m4/groff.m4
index 6f43f956e..838a152d9 100644
--- a/m4/groff.m4
+++ b/m4/groff.m4
@@ -909,10 +909,6 @@ AC_DEFUN([GROFF_PAGE],
fi
test -n "$PAGE" || PAGE=letter
- if test "$PAGE" = A4; then
- AC_DEFINE([PAGEA4], [1],
- [Define if the printer's page size is A4.])
- fi
AC_MSG_RESULT([$PAGE])
AC_SUBST([PAGE])])