summaryrefslogtreecommitdiffstats
path: root/roff.c
diff options
context:
space:
mode:
Diffstat (limited to 'roff.c')
-rw-r--r--roff.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/roff.c b/roff.c
index 83b81aff..65f1b29d 100644
--- a/roff.c
+++ b/roff.c
@@ -1667,13 +1667,6 @@ roff_eqn(const struct roff *r)
return(r->last_eqn ? &r->last_eqn->eqn : NULL);
}
-char
-roff_eqndelim(const struct roff *r)
-{
-
- return('\0');
-}
-
/*
* Duplicate an input string, making the appropriate character
* conversations (as stipulated by `tr') along the way.