gbranden pushed a commit to branch master
in repository groff.

commit 9c5f2d12ad0d33fffb998351e07991c9db57e374
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Apr 17 13:03:05 2026 -0500

    src/roff/troff/node.h: Drop unused declaration.
    
    * src/roff/troff/node.h: Drop declaration of unused symbol
      `read_desc()`.
---
 ChangeLog             | 5 +++++
 src/roff/troff/node.h | 1 -
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 983aa697a..ef1d717b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2026-04-17  G. Branden Robinson <[email protected]>
+
+       * src/roff/troff/node.h: Drop declaration of unused symbol
+       `read_desc()`.
+
 2026-04-17  G. Branden Robinson <[email protected]>
 
        * src/roff/troff/node.cpp: Trivially refactor.
diff --git a/src/roff/troff/node.h b/src/roff/troff/node.h
index 919920925..6fa66941e 100644
--- a/src/roff/troff/node.h
+++ b/src/roff/troff/node.h
@@ -701,7 +701,6 @@ inline hyphen_list::hyphen_list(unsigned char code, 
hyphen_list *p)
 {
 }
 
-extern void read_desc();
 extern bool mount_font_at_position(symbol, int,
     symbol /* external_name */ = NULL_SYMBOL);
 extern bool is_font_available(symbol /* family */, symbol /* name */);

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

Reply via email to