summaryrefslogtreecommitdiff
path: root/src/preproc/html
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2022-06-27 10:43:17 -0500
committerG. Branden Robinson <g.branden.robinson@gmail.com>2022-07-01 20:30:27 -0500
commit8f408dc56cb23b8a3f3a2c9db2e2dfb81377acd7 (patch)
treef63d0de3ac514e2b08d94feb240241031dee4a82 /src/preproc/html
parent949a4fa3e0d5827ff11467ddc14c6b2ed1db9268 (diff)
downloadgroff-git-8f408dc56cb23b8a3f3a2c9db2e2dfb81377acd7.tar.gz
src/preproc/html/pre-html.cpp: Refactor (1/11).
* src/preproc/html/pre-html.cpp: Drop unnecessary prototype for static function.
Diffstat (limited to 'src/preproc/html')
-rw-r--r--src/preproc/html/pre-html.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/preproc/html/pre-html.cpp b/src/preproc/html/pre-html.cpp
index 7631547a9..e3fde2265 100644
--- a/src/preproc/html/pre-html.cpp
+++ b/src/preproc/html/pre-html.cpp
@@ -231,9 +231,6 @@ static html_dialect dialect = html4;
#define IMAGE_DEVICE "-Tps"
-static int do_file(const char *filename);
-
-
/*
* sys_fatal - Write a fatal error message.
* Taken from src/roff/groff/pipeline.c.