gbranden pushed a commit to branch master
in repository groff.

commit 44519b8c7b6b70a1c31ed9b86631bebf0b3f817a
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Jun 5 03:49:41 2025 -0500

    [grohtml]: Delete unused member function decls.
    
    * src/devices/grohtml/post-html.cpp (class html_printer): Delete unused
      member function declarations.  They appear to have been pasted from
      grops.
---
 ChangeLog                         | 6 ++++++
 src/devices/grohtml/post-html.cpp | 5 -----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index bdf52e8fa..98bd05c66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2025-06-05  G. Branden Robinson <[email protected]>
+
+       * src/devices/grohtml/post-html.cpp (class html_printer): Delete
+       unused member function declarations.  They appear to have been
+       pasted from grops.
+
 2025-06-06  G. Branden Robinson <[email protected]>
 
        * src/devices/grops/ps.cpp
diff --git a/src/devices/grohtml/post-html.cpp 
b/src/devices/grohtml/post-html.cpp
index 56d787562..f9504b634 100644
--- a/src/devices/grohtml/post-html.cpp
+++ b/src/devices/grohtml/post-html.cpp
@@ -2087,11 +2087,6 @@ class html_printer : public printer {
   void  flush_sbuf                    ();
   void  set_style                     (const style &);
   void  set_space_code                (unsigned char c);
-  void  do_exec                       (char *, const environment *);
-  void  do_import                     (char *, const environment *);
-  void  do_def                        (char *, const environment *);
-  void  do_mdef                       (char *, const environment *);
-  void  do_file                       (char *, const environment *);
   void  set_line_thickness            (const environment *);
   void  terminate_current_font        (void);
   void  flush_font                    (void);

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

Reply via email to