gbranden pushed a commit to branch master
in repository groff.

commit 5fc454070b3d104a813fcc0bc7b0e01b235271e6
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Nov 30 06:22:09 2025 -0600

    [troff]: Fix header file code style nit.
    
    * src/roff/troff/div.h: Drop unnecessary declaration of `begin_page()`.
---
 ChangeLog            | 5 +++++
 src/roff/troff/div.h | 1 -
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index f8ebcc66a..b831aeae1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2025-11-30  G. Branden Robinson <[email protected]>
+
+       * src/roff/troff/div.h: Drop unnecessary declaration of
+       `begin_page()`.
+
 2025-11-30  G. Branden Robinson <[email protected]>
 
        * src/roff/troff/input.cpp: Trivially refactor.  Rename function
diff --git a/src/roff/troff/div.h b/src/roff/troff/div.h
index 319332864..8e4b57898 100644
--- a/src/roff/troff/div.h
+++ b/src/roff/troff/div.h
@@ -167,7 +167,6 @@ void push_page_ejector();
 void continue_page_eject();
 void handle_first_page_transition();
 void blank_line();
-void begin_page();
 
 extern void cleanup_and_exit(int);
 

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to