diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-07-17 15:24:25 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-07-17 15:24:25 +0000 |
commit | 9174220521eae760b5e55c250b148167f97b8c6e (patch) | |
tree | 0a304e337b55e6d12c090cb2ac9b49b10a2d944b /out.h | |
parent | b0faf44d9b2abdcb11a61ce7335667a2c134e0df (diff) | |
download | mandoc-9174220521eae760b5e55c250b148167f97b8c6e.tar.gz |
Remove unused function.
Diffstat (limited to 'out.h')
-rw-r--r-- | out.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -64,7 +64,6 @@ __BEGIN_DECLS while (/* CONSTCOND */ 0) int a2roffsu(const char *, struct roffsu *, enum roffscale); -void time2a(time_t, char *, size_t); void tblcalc(struct rofftbl *tbl, const struct tbl_span *); __END_DECLS |